Skip to content

Instantly share code, notes, and snippets.

@kluu1
Last active March 20, 2020 03:49
Show Gist options
  • Select an option

  • Save kluu1/fded16ba1e8fa02a1e5cf4e052d2ba5a to your computer and use it in GitHub Desktop.

Select an option

Save kluu1/fded16ba1e8fa02a1e5cf4e052d2ba5a to your computer and use it in GitHub Desktop.
const veggies = ['kale', 'carrots', 'tomato', 'broccoli', 'mushrooms'];
console.log(veggies.indexOf('tomato')); // 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment