CodeNewbie Community ๐ŸŒฑ

Discussion on: To comment or to not comment?

Collapse
 
nqcm profile image
TheNiqabiCoderMum

Very well written and explained, as always!

Collapse
 
ahmuh1306 profile image
Ahmad Muhammad

Thank you!

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