Skip to content

Commit a839cd1

Browse files
[auto] regenerate table of contents
1 parent eddd96e commit a839cd1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,7 @@
517517
| 467 | [What is the difference between substring and substr methods?](#what-is-the-difference-between-substring-and-substr-methods) |
518518
| 468 | [How to find the number of parameters expected by a function?](#how-to-find-the-number-of-parameters-expected-by-a-function) |
519519
| 469 | [What is globalThis, and what is the importance of it?](#what-is-globalthis-and-what-is-the-importance-of-it) |
520+
| 470 | [What are the array mutation methods?](#what-are-the-array-mutation-methods) |
520521
<!-- TOC_END -->
521522

522523
<!-- QUESTIONS_START -->
@@ -8920,7 +8921,7 @@ The `globalThis` property provides a standard way of accessing the global object
89208921
```
89218922
**[⬆ Back to Top](#table-of-contents)**
89228923
8923-
469. ### What are the array mutation methods?
8924+
470. ### What are the array mutation methods?
89248925
JavaScript array methods can be categorized into two groups:
89258926
1. Mutating methods: These are the methods that directly modify the original array.
89268927
2. Non-mutating methods: These methods return a new array without altering the original one.

0 commit comments

Comments
 (0)