var num = 1;
var str = "hello alipay";
var undef; // undef === undefined
const n = 2;
let s = 'string';
arguments
break
case
continue
default
delete
do
else
false
for
function
if
infinity
nan
null
require
return
switch
this
true
typeof
undefined
var
void
while