CodeNewbie Community 🌱

haileymobile profile picture

haileymobile

I'm passionate about learning coding and creating mobile games, especially 2D games. I love exploring new programming techniques and bringing my ideas to life through game development.

Joined Joined onΒ  Personal website https://haileymobile.com/

Want to connect with haileymobile?

Create an account to connect with haileymobile. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
loading...
const modalMarkup = `
`; // 2. Append the markup string to the end of the document body document.body.insertAdjacentHTML('beforeend', modalMarkup);