The Power of Splice ( ) Array method
let sports = [ "football" , "basketball" , "swimming", "cricket"]
Whenever we initialize any variable as an array, then that array variable holds many methods for its manipulation.
There are almost four methods which you can use to transform the arra...
easyvipin.hashnode.dev2 min read