Fun with Functions
Introduction
We know that functions are special objects in JavaScript. One way to distinguish functions from other reference type(objects) is that every function will have an internal property [[Call]]. In this post we will explore hoisting, function...
migom6.hashnode.dev4 min read