CodeNewbie Community 🌱

Discussion on: [Hello,Please what tools do i need to start learning coding from its basics?"#discuss".How can i learn coding by myself?

Collapse
 
majur profile image
Juraj Maťaše

Thank you for sharing this. I started The Odin Project, and it's awesome :-)

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