CodeNewbie Community 🌱

udenewu chinonso
udenewu chinonso

Posted on

a little helpπŸ’

hey guys! who knows how to console.log shortcut
its quite fustrating writing it multipe times

Oldest comments (1)

Collapse
 
bredmond1019 profile image
Brandon Redmond

I think you can just type clg and hit tab, at least in VS code. Should autofill

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