Snippets Collections
function check(a,x){
  return a.includes(x);
};
star

Sat May 20 2023 20:52:04 GMT+0000 (Coordinated Universal Time) https://www.codewars.com/kata/57cc975ed542d3148f00015b/solutions/javascript

#javascript #array #.includes()

Save snippets that work with our extensions

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