CodeNewbie Community 🌱

Discussion on: Nothing feels better...

Collapse
 
andrewbaisden profile image
Andrew Baisden

Even developers with lots of experience get the same feeling 😍

Collapse
 
cierra2105 profile image
Cierra (シエラ)💜🤍🖤

I bet! It's like in your head you go, "dang... I'm SO smart!! Wow! I found a way to figure it out!"

It's great!

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