CodeNewbie Community 🌱

Discussion on: JavaScript is kicking my ass!

Collapse
 
cprlgeek profile image
Raksha A

So true. But it's all so worth it in the end. After mastering the basics, we realise the beauty of JavaScript. That is when I feel in love with the language.

const modalMarkup = `
`; // 2. Append the markup string to the end of the document body document.body.insertAdjacentHTML('beforeend', modalMarkup);