JS数组中map和filter方法怎样应用

Admin 2022-11-15 群英技术资讯 330 次浏览

今天这篇我们来学习和了解“JS数组中map和filter方法怎样应用”,下文的讲解详细,步骤过程清晰,对大家进一步学习和理解“JS数组中map和filter方法怎样应用”有一定的帮助。有这方面学习需要的朋友就继续往下看吧!

 

免费资源网,https://freexyz.cn/
一、map方法

1编辑器

编辑器搞出来 一起研究研究数组中的map方法:

2代码部分

var geyao=['歌谣',"很帅","很强"]
    geyao.map((currentValue,index,arr,thisValue)=>{
        console.log(currentValue,"currentValue")
        console.log(index,"index")
        console.log(arr,"arr")
        console.log(thisValue,"thisValue")
    })

3运行结果

小结:

currentvalue 当前元素的值 index 索引值 arr 当前元素属于的数组对象 thisValue 对象作为该执行函数的回调

二、filter方法 

1编辑器

 编辑器搞出来 一起研究研究数组中的map方法:

2代码

var geyao=['歌谣',"很帅","很强"]
  var geyao1 = geyao.filter((currentValue,index,arr,thisValue)=>{
        console.log(currentValue,"currentValue")
        console.log(index,"index")
        console.log(arr,"arr")
        console.log(thisValue,"thisValue")
        return currentValue==='歌谣'
    })
    console.log(geyao1,"geyao1")

3运行结果

小结:

currentvalue 当前元素的值 index 索引值 arr 当前元素属于的数组对象 thisValue 对象作为该执行函数的回调 形成一个新数组 形成的是过滤后的值 和map相似

免费资源网,https://freexyz.cn/


上述内容具有一定的借鉴价值,感兴趣的朋友可以参考,希望能对大家有帮助,想要了解更多"JS数组中map和filter方法怎样应用"的内容,大家可以关注群英网络的其它相关文章。 群英智防CDN,智能加速解决方案

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:mmqy2019@163.com进行举报,并提供相关证据,查实之后,将立刻删除涉嫌侵权内容。

猜你喜欢

成为群英会员,开启智能安全云计算之旅

立即注册
专业资深工程师驻守
7X24小时快速响应
一站式无忧技术支持
免费备案服务
免费拨打  400-678-4567
免费拨打  400-678-4567 免费拨打 400-678-4567 或 0668-2555555
在线客服
微信公众号
返回顶部
返回顶部 返回顶部
在线客服
在线客服