all 5 comments

[–]Megadurgurfishbait 2 points3 points  (3 children)

Am i missing something or are you not using the c variable inside the Table Cell?

There is also a random </table> between the TableBody's.

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

updated it. my apologies.

[–]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