I saw that the following JavaScript functions work in exactly the same way. Then what is the difference between them except the syntax . Function:
var functionName=function(){
I call them the same way as:
functionName();
Please do not tell me that the syntax is different there, but there is some difference, for example
1)speed of execution 2)Memory utilization etc.
Thanks in advance!
sandip
source share