CodeNewbie Community 🌱

Masaba Musa
Masaba Musa

Posted on

Just the Start

I have re-started my learning as a developer but I will consider learning through project development this time round because i know most of the concepts for the beginning.

Top comments (0)

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