Stuck on this challenge

Tell us what’s happening:

Your code so far


let myNestedArray = [
// Only change code below this line
["unshift", false, 1, 2, 3, "complex", "nested"],
["loop", "shift", 6, 7, 1000, "method"],
["concat", false, true, "spread", "array",["deep"]],
["mutate", 1327.98, "splice", "slice", "push",[["deeper"]]],
["iterate", 1.3849, 7, "8.4876", "arbitrary", "depth"[[["deepest"]]]],
// Only change code above this line
];

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 13099.72.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.94 Safari/537.36.

Challenge: Create complex multi-dimensional arrays

Link to the challenge:

Hello there.

Do you have a question?

If so, please edit your post to include it in the Tell us what’s happening section.

The more information you give us, the more likely we are to be able to help.

what am I missing or what am I forgetting?

What errors are you seeing? What do the failing tests say?

Hi,
it seems that a comma is missing after “depth”.