A JavaScript cheat sheet Andy 4 December 2019 JavaScript No Comments 1. slice()The splice() method adds/removes items to/from an array, and returns the removed item(s).Output:Note that on using splice() the original array is impacted.The contents of the original array can be … Read More...