CodeNewbie Community 🌱

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

Collapse
 
missbabelfish profile image
Leah Godfrey

At my last workplace I helped an engineer make some scripts to make some tasks that took forever to do manually much much easier. It was like wizardry. I wanted to learn how to do it myself.

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