CodeNewbie Community 🌱

Discussion on: What coding related topic are you struggling with right now?

 
arvindsridharan profile image
arvindsridharan

Currently on higher order functions. Please share some easy to understand resource for this topic.

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