CodeNewbie Community 🌱

Discussion on: [#CNC2022 "Start Coding" Cohort 1] What are your coding goals?

Collapse
 
randkn profile image
Randy Knight

My coding goals are to learn web development, including JavaScript and the React framework to put myself on a new career track. Successful learning looks like repetition of new concepts and having fun along the way. Measurement is difficult for me, but I should be able to perform most basic tasks at the end of this cohort learning spree. I have not established a deadline as I have to wait 2 years before I can make a career change, so that should be sufficient. 😀

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