I don\'t understand why I get the error message when I run JSLint with a JavaScript file.
I get the message var os_map = {}; Problem at line 28 character 36: Us
os_map = {}; Problem at line 28 character 36: Us
Problem at line 16 character 32: Use the array literal notation []. if I run this code in JSLint. The options for the JSLint as the following.
just do
var arrayName= [];