Can anybody please explain what the difference is between a function declaration and a function definition in JavaScript?
Asked
Active
Viewed 37 times
0
-
http://stackoverflow.com/questions/1013385/what-is-the-difference-between-a-function-expression-vs-declaration-in-javascrip – Satpal May 05 '17 at 12:22
-
http://stackoverflow.com/questions/336859/var-functionname-function-vs-function-functionname – Dominique May 05 '17 at 12:22
-
1"function definition" is not a technical term in JS. – Quentin May 05 '17 at 12:25
-
Maybe the OP means difference between function declaration and function expression? – danwellman May 05 '17 at 12:40