题解 | #查找元素位置#

查找元素位置

http://www.nowcoder.com/practice/0a9af9cb20c34babb6232126e019c74d

function findAllOccurrences(arr, target) {
  let a = []
  arr.forEach((item, index) => {
    if(item == target) a.push(index)
  })
  return a
}
全部评论

相关推荐

点赞 评论 收藏
分享
牛客533433175号:更可气的是我做完这些给我拒了
点赞 评论 收藏
分享
牛客971438129号:应该是到最后offer评估阶段了,接口人告诉我先报批,报批之后定薪,最后offer评估
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务