We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f3bfaa commit b434588Copy full SHA for b434588
README.md
@@ -160,7 +160,7 @@ console.log("this doSomething took " + (endTime - startTime) + " milliseconds.")
160
```
161
162
**[⬆ Back to Top](#table-of-contents)**
163
-### Two ways to remove an item in a specific in an array
+### Two ways to remove an item in a specific index in an array
164
165
```javascript
166
//Mutating way
0 commit comments