CodeNewbie Community 🌱

Discussion on: Starting your career in tech!

Collapse
 
sheriffderek profile image
sheriffderek • Edited

Yikes! That stuff all sounds super scary.

People can totally find jobs at their local lawyer's office or a music sales website - or doing brochure websites or at smaller design shops, right?

PS: I'm happy someone likes semicolons! It seems like everyone is trying to leave them out!

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