CodeNewbie Community 🌱

Sophie Tai
Sophie Tai

Posted on

first kotlin project

I created an interactive page on kotlin after learning and understanding the logics of writing functions.

Image description

Top comments (0)

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