JavaScript Reserved Words: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 36: | Line 36: | ||
ECMAScript 5 and 6. | ECMAScript 5 and 6. | ||
==<tt>extends</tt>== | ==<tt>extends</tt>== | ||
ECMAScript 5 and 6. | ECMAScript 5 and 6. | ||
==<tt>false</tt>== | ==<tt>false</tt>== | ||
==<tt>final</tt>== | ==<tt>final</tt>== |
Latest revision as of 01:55, 10 December 2020
External
Internal
Overview
Reserved words cannot be used as variables, labels, or function names.
Reserved Words
abstract
arguments
await
ECMAScript 5 and 6.
boolean
break
byte
case
catch
char
class
ECMAScript 5 and 6.
const
continue
debugger
default
delete
do
double
else
enum
ECMAScript 5 and 6.
eval
export
ECMAScript 5 and 6.
extends
ECMAScript 5 and 6.
false
final
finally
float
for
function
goto
if
implements
import
in
instanceof
int
interface
let
ECMAScript 5 and 6.
long
native
new
null
package
private
protected
public
return
short
static
super
ECMAScript 5 and 6.