This code simulates a simple Analog Clock using JavaScript and CSS
- How to use the Date class
- Calculate seconds, minutes and hours for clock rotation
- Use of the rotate method
- How to use the transform css class for rotation
- How to use the setInterval method for calling a method every second