CodeNewbie Community 🌱

Discussion on: [#CNC2022 "Start Coding" Cohort 1] What language/framework have you decided to learn?

Collapse
 
dayryanm profile image
Ryan Day

Same here! I'm having a lot harder time grasping JavaScript so I think I need to really focus on building a foundation here before branching to other languages.

Collapse
 
owaji profile image
Owaji-inyagham Ogbuluijah

Hello, @Ryan Day understanding JavaScript can be a bit tricky but with a bit of patience you can become a ninja in it.

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