Course Hive
Search

Welcome

Sign in or create your account

Continue with Google
or
#33 Timing Functions in JavaScript
Play lesson

JavaScript Tutorial for Beginners - #33 Timing Functions in JavaScript

5.0 (3)
31 learners

What you'll learn

This course includes

  • 9.3 hours of video
  • Certificate of completion
  • Access on mobile and TV

Summary

Keywords

Full Transcript

setTimeout() - The setTimeout() method calls a function or evaluates an expression after a specified number of milliseconds. clearTimeout() - The clearTimeout() method clears a timer set with the setTimeout() method. The ID value returned by setTimeout() is used as the parameter for the clearTimeout() method. setInterval() - The setInterval() method calls a function or evaluates an expression at specified intervals (in milliseconds). The setInterval() method will continue calling the function until clearInterval() is called, or the window is closed. The ID value returned by setInterval() is used as the parameter for the clearInterval() method. clearInterval() - The clearInterval() method clears a timer set with the setInterval() method. The ID value returned by setInterval() is used as the parameter for the clearInterval() method. Video by - Tanmay Sakpal Simple Snippets Channel link - https://www.youtube.com/simplesnippets Support by becoming a Member : https://www.youtube.com/channel/UC59K-uG2A5ogwIrHw4bmlEg/join

Course Hive

Continue this lesson in the app

Install CourseHive on Android or iOS to keep learning while you move.

Related Courses

FAQs

Course Hive
Download CourseHive
Keep learning anywhere