Tell us what’s happening:
Somehow this code isn’t working, it says that the removedFromArray should contain [“John”, 23], which it does but isn’t passing the tests.
Your code so far
// Setup
var myArray = [["John", 23], ["dog", 3]];
// Only change code below this line
var removedFromArray=myArray.shift();
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36
Challenge: Basic JavaScript - Manipulate Arrays With shift()
Link to the challenge: