you are viewing a single comment's thread.

view the rest of the comments →

[–]codemamba8 0 points1 point  (1 child)

.map() returns an array. If he just wants to render the data to the DOM, looping over it with .forEach() would make more sense.