怎么新建MySQL数据库

发布时间:2022-11-15 作者:admin
阅读:298
今天这篇我们来学习和了解“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方法怎样应用"的内容,大家可以关注群英网络的其它相关文章。

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

二维码-群英

长按识别二维码并关注微信

更方便到期提醒、手机管理

7*24 全天候服务

售前 400-678-4567

售后 0668-2555666

售后 400 678 4567

信息安全 0668-2555 118

域名空间 3004329145