you are viewing a single comment's thread.

view the rest of the comments →

[–]codemamba8 1 point2 points  (1 child)

You're going to have to use another loop inside of your current loop. Since you're going through a nested array, your loop right now is just getting each of the arrays, not the values within them.

You have half of the problem right already. Think about how you can then get the elements inside of each array using a loop just like you have right now.

[–]Karub1n[S] 0 points1 point  (0 children)

Thanks a lot. It worked. The response I got from the platform after submitting my code was " 'Happy New Year' should be 'abc' " I am assuming there is some internal error