CodeNewbie Community 🌱

Discussion on: What is unit testing?

Collapse
 
andrewbaisden profile image
Andrew Baisden

Testing is super essential just wish developers did not overlook it and leave it till last sometimes.

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