The purpose of this clock ** this clock has no value in day to day life. ** Learn basic of the javascirpt ** learn about the date function which is built in all modern browser
The inbuilt date function in modern browsers.
new Date(); //this will print the current date in browser console.
new Date().getHours(); //this will print hours in 24 hours foramat in browser console.
new Date().getMinutes(); //this will print minutes
new Date().getSeconds(); //this will print Seconds
A ssc student new to web devolopment and js lover.
I'm a full stack learner...
get my-project with git
git clone git@github.com:darkrabel/The-ugly-clock.git
cd my-project