Basic Data Structures - Remove Items Using splice()

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

const arr = [2, 4, 5, 1, 7, 5, 2, 1];
// Only change code below this line

// Only change code above this line
console.log(arr);

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Safari/605.1.15

Challenge: Basic Data Structures - Remove Items Using splice()

Link to the challenge:

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.