$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

Free Tuition Introduction

Writer's picture: Nick WatkinsonNick Watkinson

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


6 views0 comments

Recent Posts

See All

Comments

Rated 0 out of 5 stars.
No ratings yet

Add a rating
bottom of page