javaScript特殊知识点归纳
摘要:map和set 1. map 2.set 3.iterable类型(Array、Map、Set) Array(map和reduce方法) 1.map 由于map()方法定义在JavaScript的Array中,我们调用Array的map()方法,传入我们自己的函数,就得到了一个新的Array作为结果
阅读全文
posted @
2016-03-23 17:31
DaxMeng
阅读(360)
推荐(0)
web前端开发常用链接
摘要:#编码规范 html与css编码规范:http://ouvens.github.io/frontend-resource/2015/11/15/html-css-code-style.html web前端开发规范大全:http://alloyteam.github.io/CodeGuide/ 常用的
阅读全文
posted @
2016-03-05 10:11
DaxMeng
阅读(334)
推荐(0)