🆔special identifier
🚧 施工中
JS ⟩ grammar ⟩ token ⟩ identifier ⟩ special identifiers
A few identifiers have a special meaning in some contexts without being reserved word of any kind. They include:
arguments (not a keyword, but cannot be declared as identifier in strict mode)
eval (not a keyword, but cannot be declared as identifier in strict mode)
get
set
Last updated