Node.js on IBM i: Functions

​[[{“value”:”Hoisting is JavaScript’s default behavior of moving variable (and function) declarations to the top of the script.
When you do that, you are actually creating an anonymous function and then assigning it to the variable .”}]] Read More 

Verified by MonsterInsights