en.javascript.info
en.javascript.info copied to clipboard
Update article.md
array.splice() method syntax is little wrong as per MDN docs.
Before :
It should be like: splice(start, deleteCount, item1, item2)