I have found the following self-invoke function syntax:
var data = (0, foo)();
function foo(){
retu "a";
}
but i did not get what is the meaning of 0(zero) here. Can anyone explain it to me. Thanks in advance.
I have found the following self-invoke function syntax:
var data = (0, foo)();
function foo(){
retu "a";
}
but i did not get what is the meaning of 0(zero) here. Can anyone explain it to me. Thanks in advance.
برچسب:
نویسنده: استخدام کار