CodeNewbie Community 🌱

Discussion on: What do you wish senior developers knew about being an early career dev in 2021?

Collapse
 
softwaredvlpr_ profile image
software Devlpr

Before coming to you asking for help, I actually tried everything that I could think off. Let me explain/tell you what I tried instead of assuming I did not try some of the "solutions". Please be nice especially if the solution was something easy to you :).

Collapse
 
jess profile image
Jess Lee CodeNewbie Team

💯

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