Skip to content
Browse files

Added changes DC didnt put on this repo

  • Loading branch information...
1 parent eb2c402 commit 86edbf34b1253453908b75cbd86e8a419708a339 @Rafase282 Rafase282 committed
Showing with 1 addition and 1 deletion.
  1. +1 −1 js-Array-prototype-indexOf.md
View
2 js-Array-prototype-indexOf.md
@@ -1,6 +1,6 @@
# Array.prototype.indexOf()
-The `indexOf()` method returns the first index at which a given element can be found in the array, or -1 if it is not present.
+The `indexOf()` method returns the first index at which a given element can be found in the array, or -1 if it is not present!!
```js
arr.indexOf(searchElement[, fromIndex = 0])

0 comments on commit 86edbf3

Please sign in to comment.
Something went wrong with that request. Please try again.