https://github.com/awinterman/indexof.js
mdn's indexOf in js: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/indexOf
https://github.com/awinterman/indexof.js
Last synced: 19 days ago
JSON representation
mdn's indexOf in js: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/indexOf
- Host: GitHub
- URL: https://github.com/awinterman/indexof.js
- Owner: AWinterman
- Created: 2013-09-01T00:32:33.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-09-01T00:35:50.000Z (almost 13 years ago)
- Last Synced: 2025-01-11T20:34:27.851Z (over 1 year ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Implements indexOf with the same api as [described by
mdn](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/indexOf)