CodeNewbie Community 🌱

Discussion on: How did you realize you wanted to learn to code?

Collapse
 
mustafaahmed22 profile image
Mustafa ahmed

i think learning code changed my mindsed,
i feel more comfortable more confident during coding.

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