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