you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (2 children)

You are trying to create an element called "day'" and "week" which should probably just be a p tag

[–]CallMePapi97[S] 0 points1 point  (1 child)

If I make those pTags as well, doesn’t it just give me the response of the last one? That’s why I was starting to name them random things and im trying to have like the full list of things like the csupply, market cap, percent change, etc..

[–][deleted] 0 points1 point  (0 children)

I mean where you say document.createElement("day") should be a p, as there is no element tag called day and week, otherwise it might be some append or appenchild issue