CodeNewbie Community 🌱

Tip Season
Tip Season

Posted on

How are you preparing for interviews ? Any advice for beginners

How are you preparing for interviews ? Any advice for beginners

Latest comments (1)

Collapse
 
dennistobar profile image
Dennis Tobar

"I don't know" is better than trying to explain something unknown or barely known.

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