반응형
여기에 있는 단어는 변수이름으로 사용해서는 안된다. 예약어를 이름으로 사용할 수도 있는 몇 가지 예외는 있지만, 그런 경우에도 예약어를 이름으로 사용하지 않는다.
- arguments
- await
- break
- case
- catch
- class
- const
- continue
- debugger
- default
- delete
- do
- else
- enum
- eval
- export
- extends
- false
- finally
- for
- function
- if
- private
- protected
- public
- return
- static
- super
- switch
- this
- throw
- true
- try
- typeof
- undefined
- var
- void
- while
- with
- yield
반응형
댓글