CodeNewbie Community 🌱

Timothy Taylor profile picture

Timothy Taylor

33 year-old generalist developer working towards a career change into the tech world with an interested in software, the web, minimalism, and acoustics/dsp.

Joined Joined onΒ 

Want to connect with Timothy Taylor?

Create an account to connect with Timothy Taylor. 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);