Skip to content

Instantly share code, notes, and snippets.

@ilearnjavascript
Created March 27, 2019 23:20
Show Gist options
  • Save ilearnjavascript/472b992e9b855772c3b55571e1af3ca6 to your computer and use it in GitHub Desktop.
Save ilearnjavascript/472b992e9b855772c3b55571e1af3ca6 to your computer and use it in GitHub Desktop.
es6 - new methods - 8.js
[5, 1, 10, 8].findIndex(function(n) {
return n === 10;
}) // 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment