单词

console.log控制台
document.write文件
write写
parseInt字符串转整数
parsefloat字符串转浮点型
undefined不明确的
is not defined没有定义
window全局作用域
function函数,行为
true正确的
false错误的
length长度
string字符串
number数字
boolean布尔
null空
object对象
array数组
alert警告框
prompt输入框
confirm确认框
break打断
continue继续
return返回
count计数器
arguments参数
onmouseenter鼠标进入
onmouseleave鼠标离开
onmousemove鼠标移动
onmouseover鼠标悬浮
onmouseout鼠标移除
onmousedown鼠标按下
onmouseup鼠标抬起
onfocus表单焦距
onblur失去焦点
onchange表单内容被修改
onload浏览器加载完成
this 这关键字
prototype原型
constructor构造器
setInterval 设置时间间隔
clearInterval 解除计时器
setTimeOut 在指定时间后调用函数
client
offset
scroll

原文地址:https://www.cnblogs.com/dmzzyc/p/10054658.html