File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 517
517
| 467 | [ What is the difference between substring and substr methods?] ( #what-is-the-difference-between-substring-and-substr-methods ) |
518
518
| 468 | [ How to find the number of parameters expected by a function?] ( #how-to-find-the-number-of-parameters-expected-by-a-function ) |
519
519
| 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 ) |
520
521
<!-- TOC_END -->
521
522
522
523
<!-- QUESTIONS_START -->
@@ -8920,7 +8921,7 @@ The `globalThis` property provides a standard way of accessing the global object
8920
8921
` ` `
8921
8922
**[⬆ Back to Top](#table-of-contents)**
8922
8923
8923
- 469 . ### What are the array mutation methods?
8924
+ 470 . ### What are the array mutation methods?
8924
8925
JavaScript array methods can be categorized into two groups:
8925
8926
1. Mutating methods: These are the methods that directly modify the original array.
8926
8927
2. Non-mutating methods: These methods return a new array without altering the original one.
You can’t perform that action at this time.
0 commit comments