'str' inside of 'start' (#1529)

'str' inside of 'start'
This commit is contained in:
Alexey Pyltsyn 2019-10-28 17:03:38 +03:00 committed by GitHub
commit 4159a65ea2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ That's natural, because `delete obj.key` removes a value by the `key`. It's all
So, special methods should be used. So, special methods should be used.
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. 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.
The syntax is: The syntax is: