Boren
Thursday, 3 October 2013
var varName = function funcName() {}
var varName = function funcName() {}
what is the difference between
var a = function() {}
and
var a = function b() {}
The latter, b is undefined?
I'm new to Javascript. Thanks!
No comments:
Post a Comment
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment