Introduction
Writing your first JavaScript program helps you learn how to tell the computer what to do using code. It is the first step to creating interactive web pages.
You want to show a message on a web page.
You want to test if your computer can run JavaScript code.
You want to learn how to write simple instructions for the browser.
You want to start making websites that respond to user actions.