JavaScript: what's the difference between a function name & function reference?
Posted
by Teddyk
on Stack Overflow
See other posts from Stack Overflow
or by Teddyk
Published on 2010-05-11T18:05:16Z
Indexed on
2010/05/11
18:14 UTC
Read the original article
Hit count: 241
JavaScript
|web-development
I'm reading the Google Maps API and it states that the:
"callback: The function to call once the script has loaded. If using the Auto-loading feature, this must specify a function name, not a function reference.
What's the difference been a JavaScript function name vs a function reference?
© Stack Overflow or respective owner