Methods of Array:
List of Array methods:
length,
push,
slice,
splice,
split,
concat,
copyWithin,
includes,
index of,
reverse,
shift,
unshift,
sort,
points to be remembered :
Methods that can modify the original array are,
shift
unshift
split
push
slice
splice
copyW...
karthick36.hashnode.dev5 min read