All About Functions
Not All, I have tricked you.
typeof functions
When you do typeof <someFunction>, you get back 'function'. But, you might have heard that functions are objects??
Well, they are indeed objects, if you do console.dir() on a function, you will get an o...
justmyahia.hashnode.dev3 min read