#javascript
Read more stories on Hashnode
Articles with this tag
There are many ways to generate HTML in Javascript. I will discuss two out of it. Using createElement() method Using insertAdjacentHTML method 1....