Skip to content

Commit b5725a8

Browse files
authored
'str' inside of 'start'
splice method's minimum parameter is 'start' and it is number type. In this tutorial 'str' stands for string parameters.
1 parent 70ca842 commit b5725a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

1-js/05-data-types/05-array-methods/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ That's natural, because `delete obj.key` removes a value by the `key`. It's all
3636

3737
So, special methods should be used.
3838

39-
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.
39+
The [arr.splice(start)](mdn:js/Array/splice) method is a swiss army knife for arrays. It can do everything: insert, remove and replace elements.
4040

4141
The syntax is:
4242

0 commit comments

Comments
 (0)