funtion that generate a typing text using this syntax function typeText(words, bgcolor, textcolor, speed) { let note = document.createElement('div') document.body.appendChild(note) }
function typeText(words, bgcolor, textcolor, speed) { let note = document.createElement('div') document.body.appendChild(note) }