is "as" a keyword in javascript? Permanently deleted user Created April 10, 2014 19:11 going through some code where the author used "as" as a variable name... webstorm flags it as an errorwhat's up with this? is "as" a keyword in javascript?thanks
Try changing JavaScript language version (Settings/JavaScript) from EcmaScript6 to, e.g. EcmaScript 5.1 - this should solve the problem