(no title)
iLoveOncall | 6 days ago
You still need innerHTML when you want to inject HTML tags in the page, and you could already use innerText when you didn't want to.
Having something in between is seriously useless.
iLoveOncall | 6 days ago
You still need innerHTML when you want to inject HTML tags in the page, and you could already use innerText when you didn't want to.
Having something in between is seriously useless.
chrisldgk|5 days ago
Dylan16807|6 days ago
What makes you say this?
joquarky|6 days ago
parent.appendChild(document.createElement(tag))
iLoveOncall|6 days ago