$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
Home
Maths
Revision Planner
Free Introduction
Step Ahead Tuition
Leading Online Maths and English Tuition Provider
Join Our Online Learning Platform
Attend from your own home with Step Ahead Tutoring
First name
Last name
Email
Code
Select
Phone
Submit
One of our tutors will be in touch shortly!
bottom of page