JavaScript Future Reserved Words
JavaScript - Internet Explorer 10
In JavaScript, future reserved keywords must not be used as identifiers, even though they have no special meaning in the current version.
For a list of reserved words in JavaScript, see JavaScript Reserved Words.
The following are future reserved words only in strict mode. For more information about strict mode, see use strict Directive.
-
implements
-
interface
-
let
-
package
-
private
-
protected
-
public
-
static
-
yield