Skip to content

Commit d6b81a3

Browse files
authored
Merge pull request sudheerj#65 from praveenkishor123/master
Update README.md
2 parents f000861 + c3123a7 commit d6b81a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ You can download the PDF and Epub version of this repository from the latest run
653653

654654
6. ### What is the purpose of the array splice method
655655

656-
The **splice()** method is used either adds/removes items to/from an array, and then returns the removed item. The first argument specifies the array position for insertion or deletion whereas the option second argument indicates the number of elements to be deleted. Each additional argument is added to the array.
656+
The **splice()** method is used either adds/removes items to/from an array, and then returns the removed item. The first argument specifies the array position for insertion or deletion whereas the optional second argument indicates the number of elements to be deleted. Each additional argument is added to the array.
657657

658658
Some of the examples of this method are,
659659

@@ -9069,4 +9069,4 @@ The questions provided in this repository are the summary of frequently asked qu
90699069
90709070
Good luck with your interview 😊
90719071
9072-
---
9072+
---

0 commit comments

Comments
 (0)