js知识点目录

来源:互联网 发布:塌鼻子 知乎 编辑:程序博客网 时间:2024/05/16 06:13
1.js调试
2.prototype
3.作用域
4. ===
5. typeof ,instanceof , toString,Constructor
6.arguments
7.自执行函数
8.json接值问题(数字超出范围被截断)
9.Chromium Embedded Framework (CEF),豌豆荚
10.css清空
11.call,apply
12.数据类型转换 ~~,+“”,-0
13.http状态码:200,304,302,404,403,500
14.css盒模型
15.层叠样式 优先级
16.jquery css选择器
17.短路运算符
18.deferred对象
19.特殊符号过滤 双引号,单引号等
20.split,join,slice,splice(数组插入和删除)
21.装包,拆包
22.hasOwnProperty
23.this
24.seajs(require,define)
25.科里化
26.namespace模式
27.jquery选择器的几个判断(从右至左,从左至右)
28.跨域 jsonp,window.name
29.浏览器对象:navigator,window,document
30.html pre
31.新技术:less,node.js
32.js小数位数