CodeNewbie Community 🌱

Discussion on: I’m Tanaka Mutakwa, VP of Engineering at Names & Faces & Lifelong Learner. Ask Me Anything!

Collapse
 
aritdeveloper profile image
Arit Amana

Hello Tanaka! In your opinion, what is the narrowest bottleneck on the journey from first line of code to full-time paying developer job? And how do we effectively widen this bottleneck?

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