關鍵字不可以當變數名稱或函數名
break
case
catch
continue
default
delete
do
else
finally
for
function
if
in
instanceof
new
return
switch
this
throw
try
typeof
var
void
while
with
保留字是為以後關鍵字而準備的
也不可以用來變數或函數名。
abstract
boolean
byte
char
class
const
debugger
double
enum
export
extends
final
float
goto
implements
import
int
interface
long
native
package
private
protected
public
short
static
super
synchronized
throws
transient
volatile
定義變數時,不要使用關鍵字或保留字,否則會出現一些莫名其妙的情況。