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

For further actions, you may consider blocking this person and/or reporting abuse
const Marvel = ['Lights','Camera','Action'];
const DC = Marvel.slice(1);
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
Keen 🎩