๐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
Was this helpful?