const fn1 = () => console.log('hello'); const fn2 = () => console.log('hello'); fn1 === fn2; // false ! Ce sont deux fonctions différentes