CodeNewbie Community 🌱

Discussion on: July 8th, 2021: What did you learn this week?

Collapse
 
egidijuslu profile image
Egidijus Luinevicius

I've learned basics of html and css , basics of github and few git commands. Busy, but very satisfying week.

Collapse
 
nickytonline profile image
Nick Taylor

Multiple TV and movie characters giving a thumbs up

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