CodeNewbie Community 🌱

Tip Season
Tip Season

Posted on

What is your recent side project?

I will start with mine:
Started a blog for tech and important interview tips.

https://tipseason.com/

Collecting top coding questions for interviews in one place:

https://tipseason.com/coding-interviews.html

What’s yours ?

Top comments (0)

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