Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.16 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.16 KB

Getting started with javascript-timeApp

This is a web page which shows IST and updated time with javascript comands.

Bootstrap

The page is created with css framework bootstrap. A Nav Bar a Footer and a Jumbotron is used. Inside the jumbotron we used.

5fc7c70316a1a54f4bdde69a_hero-what is the best free time clock app

Javascript methods

The setInterval() method calls a function at specified intervals (in milliseconds). The setInterval() method continues calling the function until clearInterval() is called, or the window is closed. 1 second = 1000 milliseconds.
Note :To execute the function only once, use the setTimeout() method instead.
See the section about setTimeOut() methord.

Learn More

Name Details Comments
Time App Shows IST html,css,Javascript
View Deployment Date:01-07-23 more projects