$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
Step Ahead Tuition
An Online Education Company
By Teachers for Students
Profile
Join date: Apr 4, 2023
This member hasn't shared any info about themselves yet
This member hasn't written about themselves.
adeeb alzabidi
0
Followers
0
Following
Follow
Following icon
More actions
Profile
Files
bottom of page