How can I make Javascript check an array and make sure that there\'s no error committed after the comma separating each element of the array .. For example a user may form an ar
You can use jslint takes a JavaScript source and scans it ,
visual studio, netbeans or eclipse have a plugin for that.
Good Luck!!!