TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
A re-introduction to JavaScript
5 points
by
jemeshsu
over 13 years ago
1 comment
ysangkok
over 13 years ago
Why don't they use the "var f1 = function() {}" syntax instead of the "function f1() {}" syntax? I thought the former was better because of scoping.