Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Recent content by Aashishkebab

  1. Aashishkebab

    JavaScript Apparently 3 >= 2789

    I have this function: // Increments the scrubber's value based on the speed the user has set and calls seek(). If at max, pauses. function tickClock(){ if(document.getElementById('TheScrubber').value >= document.getElementById('TheScrubber').max){ clearInterval(clock)...
Back
Top Bottom