There has been a quite a bit of chatter recently on whether or not you should use semicolons in your JavaScript code.
JavaScript provides a feature called Automatic Semicolon Insertion (ASI). For the most part there are rarely problems in omitting semicolons, but there are a few cases where semicolons are required to prevent syntax errors or resolve code ambiguities.

Another 10 Interesting JavaScript Features
I previously posted about 10 Interesting JavaScript Features. Here’s ten more JavaScript features that I’ve recently found interesting.
Read More »