You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/javascript/concepts/arrays/terms/toSpliced/toSpliced.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ CatalogContent:
11
11
- 'paths/front-end-engineer-career-path'
12
12
---
13
13
14
-
**`.toSpliced()`** is a method that modifies multiple array elements. It has a start point (the first element to be modified) and an endpoint (the last element to be modified). `.toSpliced()` can make the following changes to an array:
14
+
**`.toSpliced()`** is a method that modifies multiple array elements. It has a starting point (the first element to be modified) and an end point (the last element to be modified). `.toSpliced()` can make the following changes to an array:
0 commit comments