How to display day of week in Javascript.
In my previous tutorial i explained how to get current date and time in javascript. In previous tutorial i discussed about date object. Let’s quickly revise it.
How to display day of week in Javascript.
In my previous tutorial i explained how to get current date and time in javascript. In previous tutorial i discussed about date object. Let’s quickly revise it.
Both document.ready and window.onload event is used to perform the action when webpage is loaded. What’s the difference between these two events.
The difference between document.ready and window.onload is most asked javascript interview question for both fresher and experienced web developers.