Just change the marked element to the element ID you have in your page.
$w.onReady(() => {
typeAndErase($w("#typewriterPage"))//Just the function call with the element
})
Just change the marked element to the element ID you have in your page.
$w.onReady(() => {
typeAndErase($w("#typewriterPage"))//Just the function call with the element
})