Skip to content

KarlenNersisyan/Timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SetTimeout(),SetInterval()

Mandatory tasks

  • Timer program with the following features:
    • Pause
    • Stop
    • Reset

Description

The setTimeout() method calls a function or evaluates an expression after a specified number of milliseconds. 1000 ms = 1 second. The function is only executed once.

The setInterval() method, offered on the Window and Worker interfaces, repeatedly calls a function or executes a code snippet, with a fixed time delay between each call. ... This method is defined by the WindowOrWorkerGlobalScope mixin.

Creator

Karlen Nersisyan

About

SetTimeout() and SetInterval()

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published