We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e82fe2 + e9e3833 commit 19196e3Copy full SHA for 19196e3
1-js/05-data-types/05-array-methods/article.md
@@ -36,7 +36,7 @@ That's natural, because `delete obj.key` removes a value by the `key`. It's all
36
37
So, special methods should be used.
38
39
-The [arr.splice(str)](mdn:js/Array/splice) method is a swiss army knife for arrays. It can do everything: add, remove and insert elements.
+The [arr.splice(str)](mdn:js/Array/splice) method is a swiss army knife for arrays. It can do everything: insert, remove and replace elements.
40
41
The syntax is:
42
0 commit comments