CodeNewbie Community 🌱

Discussion on: Welcome Thread - V25

 
maxwelltender2 profile image
Maxwelltender2

Focusing on frontend before going to the backend. This is my first week in Javascript

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