Snippets Collections
function findNeedle(haystack) {
  return "found the needle at position " + haystack.indexOf("needle");
}
star

Sat May 20 2023 13:09:11 GMT+0000 (Coordinated Universal Time) https://www.codewars.com/kata/56676e8fabd2d1ff3000000c/solutions/javascript

#javascript #array #buscar #.indexof()

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension