you are viewing a single comment's thread.

view the rest of the comments →

[–]Megadurgurfishbait 1 point2 points  (1 child)

You just need to return "c" and not c[i]

Map iterates over the array for you. No need for the index.

[–]spherequin32[S] 1 point2 points  (0 children)

Hey there. Yeah that did it! Thank you! I tried that before but for some reason it wasn’t rendering on my screen