为了账号安全,请及时绑定邮箱和手机立即绑定

为什么es6中的forEach不可以这么写??

为什么es6中的forEach不可以这么写??

子衿沉夜 2018-11-13 13:14:16
map与forEach, 为什么第3个无效    let arr0=[1,2,3,5,0,9,1000,294,85,3850];         console.log(arr0.map(x=>x+x));     arr0.map(x=>console.log(x+x));         console.log(arr0.forEach(x=>x+x)); // ??     arr0.forEach(x=>console.log(x+x));怎样才能把forEach的值作为一个数组输出呢??
查看完整描述

1 回答

?
狐的传说

TA贡献1804条经验 获得超3个赞

好吧,其实x=>x+x是个简写,等价于x=>{return x+x;};forEach里return会终止遍历的


查看完整回答
反对 回复 2018-12-11
  • 1 回答
  • 0 关注
  • 377 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信