Where JavaScript is used
JavaScript is used to create interactive websites. It is mainly used for:
Client-side validation
Dynamic drop-down menus
Displaying data and time
Displaying popup windows and dialog boxes (like alert dialog box, confirm dialog box and
prompt dialog box)
Displaying clocks etc.
3 Places to put JavaScript code
1. Between the body tag of html
2. Between the head tag of html/li>
3. In .js file (external javaScript)