Function Declaration vs Function Expression
There is a good difference between these 2 ways of calling a function 1) The hoisted function can be called for anywhere in the code, it sits on top of the stack JS engine will make sure they are executed first and so can be refered anywhere 2) The ...
Feb 26, 20253 min read2