this for vary hard

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

Your code so far


// Setup
const myArray = [["John", 23], ["dog", 3]];
myArray.shift();
myArray.unshift ["Paul", 35];
// Only change code below this line


Your browser information:

User Agent is: Mozilla/5.0 (Linux; NetCast; U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36 SmartTV/10.0 Colt/2.0

Challenge: Manipulate Arrays With unshift()

Link to the challenge:

You have to surround ["Paul", 35] with these → () brackets

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