CodeNewbie Community 🌱

Discussion on: [On-Demand Talk] I Think, Therefore I Code: An Introduction to Pseudocode

Collapse
 
silviaespanagil profile image
Silvia España Gil CodeLand 2022

I still can't believe I said that because yes, it was like vocalizing the way I feel aswell. Let's keep doing magic Jay ✨

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