Challenge: Array destructuring
This challenge will test your skills in implementing basic array destructuring in JavaScript.
Problem statement #
Given an array, you have to remove the first two elements using array destructuring.
This problem will help you in ...