CodeNewbie Community 🌱

Suheb Multani
Suheb Multani

Posted on

I'm struggling with understanding loops. Can anyone recommend simple exercises to practice?

I don’t fully understand how to repeat actions using loops. Can someone give me easy practice tasks so I can get better at loops?

Top comments (0)

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