前端学习知识点总结

HTML/HTML5

1、基本语法

http://www.runoob.com/html/html-tutorial.html

 

CSS 3

1、基本语法

http://www.runoob.com/css/css-tutorial.html

 

JavaScript

1、基本语法

http://www.runoob.com/js/js-tutorial.html

2、JS 闭包

https://www.crs811.com/index.php/2017/05/04/js-closures-1/

3、JS 单线程

4、JS 同步异步

5、this对像

https://www.crs811.com/index.php/2017/04/16/javascript-this/

6、prototype原型链

https://www.crs811.com/index.php/2017/04/16/javascript-new/

7、作用域链

。。。

前端面试题:http://www.cnblogs.com/hzg1981/p/5718157.html