EcmaScript 6 保留字 即JavaScript保留字
一、关键字
- break
- do
- in
- typeof
- ase
- else
- instanceof
- var
- catch
- export
- new
- void
- class
- extends
- return
- while
- const
- finally
- super
- with
- continue
- for
- switch
- yield
- debugger
- function
- this
- default
- if
- throw
- delete
- import
- try
注:在strict模式下,通过静态语义,以下两个也是保留字:
- let
- static
二、将来保留字
- enum
- await
注:在strict模式下,通过静态语义,以下几个也是保留字:
- implements
- package
- protected
- interface
- private
- public
三、Null字面值
- null
四、布尔字面值
- false
- true
说明:根据EcmaScript标准第6版的11.6节及相关内容制作。已经为A4纸单张打印做好准备,请用Edge浏览器进行打印,打印时会隐去本条说明。