250x250
반응형
Notice
Recent Posts
Recent Comments
Link
«   2024/07   »
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31
Archives
Today
Total
관리 메뉴

BEAT A SHOTGUN

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

TROUBLESHOOTING

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

thovy 2022. 11. 14. 00:11
728x90
반응형
SMALL

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

728x90
반응형
LIST
Comments