Completion requirements
JavaScript statements begin with a "reserved keyword" and perform a specific task. For example, the "var" keyword instructs the browser to create a variable. This article provides a list of the keywords used in JavaScript. It is important to remember that a "variable" or "function" cannot use keywords. This is another interactive reference to use as you learn to write JavaScript statements.
Identifiers with special meanings
A few identifiers have a special meaning in some contexts without being keywords of any kind. They include:
arguments
get
set