CodeNewbie Community ๐ŸŒฑ

Janet Webster
Janet Webster

Posted on

My first experience with Xcode and iOS Simulator!

My first experience with Xcode and iOS Simulator! Today I built a Geolocation app.
https://twixmixy.substack.com/p/commit45-javascript30-day-21-geolocation

webdev #javascript #css #html #apple #ios #experience

Top comments (0)

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