[TROUBLESHOOTING] Get a weird "," when using "map()" in JS

THOVY·2022년 11월 13일
0

TROUBLESHOOTING

목록 보기
20/41

ERROR ❌

I have Json data. Then I use map() to make a table what put my json data on.

But there is a weire , in per row.

SOLUTION ✅

We Can Using .join("")

Add It at the end of map()

Like map().join("")

Reference : stackoverflow

END

DON'T BE STUPID THOVY

profile
BEAT A SHOTGUN

0개의 댓글