CodeNewbie Community 🌱

Sung Paik profile picture

Sung Paik

I am a former U.S. Marine and current full stack software engineer. I changed careers from banking to tech. I fell in love with coding and problem solving. I thrive in a team environment!

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