CodeNewbie Community 🌱

Discussion on: Day 1 -- Form #100days

Collapse
 
jkyereh profile image
Josh Darling

Thanks Man, I intend to deploy with a free hosting soon.
Hope we can collaborate on some projects soon.

Collapse
 
mulfranck profile image
Nji Franclin Muluh

Aye! will be a pleasure.
Don't just forget the url when deployed :)

Thread Thread
 
jkyereh profile image
Josh Darling

Sure, thanks :)

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