2021-08-13 00:29
广东海洋大学 前端工程师 0 点赞 评论 收藏
分享
温柔的秋招侠不讲武德:var words = ['spray', 'limit', 'elite', 'exuberant', 'destruction', 'present'];
words[50]='hahaha'
words.filter(function(value){
console.log(value)
}); 结果应为: "spray"
"limit"
"elite"
"exuberant"
"destruction"
"present"
"hahaha"

0 点赞 评论 收藏
分享
创作者周榜
更多
关注他的用户也关注了: