$w.onReady(function () {}); let startNum = 0; let endNum = 1000; const duration = 300; $w.onReady(function () { setInterval(() => { countUp(); }, duration); }); function countUp() { if (startNum <= endNum) { $w('#StartNumber').text = startNum.toString(); startNum++; } }
top of page
A fantastic selection of creative writing lessons , booklets and interactive activities!
These can all be purchased individually on my shop or save and take them all.

Creative Writing Bundle - Inc Dystopian

£7.00Price
    bottom of page