$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

Book a FREE online introduction

We have a range of lesson sequences to choose from to fit all budgets. We offer a single lesson to help boost knowledge before an exam or cover a specific topic. We have extended packages to support alongside school work equally.

Book a free consultation to discuss your requirements

bottom of page