const Marvel = ['Lights','Camera','Action'];
const DC = Marvel.slice(1);
Movie industry facts
const Marvel = ['Lights','Camera','Action']; const DC = Marvel.slice(1); Enter fullscreen...
Read full article on DEVAdvertisement
DevArt keeps this article discoverable at a fast, self-canonical URL and links clearly to the original DEV publication.