Hacker News new | ask | show | jobs
by webuiarchitect 5845 days ago
That's correct. Thanks a lot. Updated the blog with the correct example (using function). I was testing on Chrome and even your examples showed better results with value of variable 'a' to 1000, although slightly. Firefox shows no difference.

Another thing, JavaScript 1.7 has introduced block level scopes.. you can achieve that by using the 'let' keyword instead of 'var' to declare a variable. Although most browsers don't support it yet.

1 comments

No problem. It's one of those things developers don't realize when coming from C-style languages. :)