CodeNewbie Community 🌱

shumaysah
shumaysah

Posted on

JavaScript

Which projects are good for practicing JavaScript?

Top comments (1)

Collapse
 
namang22 profile image
Naman Garg

I think you should start from 30 days JavaScript Challenge

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