ES6中一些方便的数组方法和对象方法,ES6总结
//一共七个方法,其实,都是带有遍历性质的方法。都需要回调函数,除了foreach,回调函数,都需要return
参考 https://blog.csdn.net/PeaYing/article/details/100175757
循环
foreach,map
查找,过滤
find,filter
判断
some,every
//一共七个方法,其实,都是带有遍历性质的方法。都需要回调函数,除了foreach,回调函数,都需要return
参考 https://blog.csdn.net/PeaYing/article/details/100175757
循环
foreach,map
查找,过滤
find,filter
判断
some,every