const Marvel = ['Lights','Camera','Action']; const DC = Marvel.slice(1); Enter fullscreen mode Exit fullscreen mode