CodeNewbie Community 🌱

mroberts8035 profile picture

mroberts8035

I am self taught and a recent graduate of a bootcamp. I am trying to get started professionally in the coding world. Though I am having some challenges getting hired and would appreciate any help.

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