CodeNewbie Community 🌱

Discussion on: How do you unwind after a long coding session/day of learning?

Collapse
 
holdenmad profile image
Holden

I have a lot of trouble unwinding in the evening after working, but I like to either sing or write, listening to music is definitely on my list. I like to exercise in the morning since I'm usually pretty pooped after a day of work. In general I try to do something analog.

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