Hoisting
Javascript preassumes that the declaration is on the top of the current scope.
Let's say we have defined a function at the bottom of our scope of script or function, even a javascript interpreter runs line by line, everyone can use this function be...
xauravww.hashnode.dev1 min read