DEV Community

Discussion on: An Overview of JavaScript Functions

Collapse
 
howtocodejs profile image
HowToCodejs • Edited

Thanks. Forgot to fix that.

Well, hoisting is kind of overrated. It's not quantum physics. Though, I do get your point. In an overview of functions, I felt that it was necessary to touch on the nuances of some of these function types. It just so happens that hoisting is one of them.