Why Using ('function' === Typeof X) And Not (typeof X === 'function')
In some open source JavaScript projects, I saw people checking if a variable is a function or not w…
Read more
Why Using ('function' === Typeof X) And Not (typeof X === 'function')