Tool: http://closure-compiler.appspot.com/home
Url analyzed: https://www.healthcare.gov/js/all.js
1 Warning:
JSC_INVALID_ES3_PROP_NAME: Keywords and reserved words are not allowed as unquoted property names in older versions of JavaScript. If you are targeting newer versions of JavaScript, set the appropriate language_in option. at line 151 character 616 in all.js ...,"visible");f.css({overflow:"hidden",float:o.vertical?"none":"left"});ul.c...
My 2 cents: Use quotes around object literal keys
1 Error:
JSC_TRAILING_COMMA: Parse error. IE8 (and below) will parse trailing commas in array and object literals incorrectly. If you are targeting newer versions of JS, set the appropriate language_in option. at line 271 character 8 in all.js 'young-adults': 'Jóvenes',
My 2 cents: Don't trail object literals or arrays with ',' if you want IE to behave.
Just looking at this makes my eyes bleed: view-source:https://www.healthcare.gov/marketplace/individual/#state=california Why is all that js mixed in with content. This is just unbelievable.