JS文件的加载

The picture is not important, the important thing is the text.

JS文件加载策略在优化网站加载速度以及提升用户体验具有重要意义!

对象数组去重

一种含有对象元素的数组去重方法!

在JavaScript中,数组是最常用也是最重要的数据类型,能够灵活掌握这种数据类型十分必要。

JavaScript中的this对象

The picture is not important, the important thing is the text.

​ 对于this的使用,我们最常遇到的主要有,在全局函数中,在对象方法中,call和apply时,闭包中,箭头函数中以及class中;

Pagination