Pages
-
Recent Posts
Categories
Links
Meta
Category Archives: JavaScript
JavaScript and added Semicolons
JavaScript has a feature that causes more problems to programmers than it helps, that is its automatic insertion of semicolons, if you happen to forget one. Boo. Almost all programming languages today, i.e. C, C++, C#, CSS, PHP, and Java … Continue reading