News

This is a tool to remove trailing commas within array literal and object literal expressions in your Javascripts. Trailing commas are problematic because IE 7 and below treat them differently from ...
JavaScript's syntactic features are notorious for sparking debates among developers, with semicolons and tabs vs. spaces being the most common examples. However, trailing commas are a feature that isn ...
This is hopefully an easy question. One of the fields on my form is a textarea that students type an answer into. However if they insert a comma it splits it into another entry in the array (since ...