Why Study JavaScript?
JavaScript is one of the 3 languages all web developers must learn:
1. HTML to define the content of web pages
2. CSS to specify the layout of web pages
3. JavaScript to program the behavior of web pages
Learning Speed
In this tutorial, the learning speed is your choice.
Everything is up to you.
If you are struggling, take a break, or re-read the material.
Always make sure you understand all the "Try-it-Yourself" examples.
The only way to become a clever programmer is to:
Practice coding! Practice coding! Practice coding!
Commonly Asked Questions
• How do I get JavaScript?
• Where can I download JavaScript?
• Is JavaScript Free?
You don't have to get or download JavaScript.
JavaScript is already running in your browser on your computer, on your tablet,
and on your smart-phone.
JavaScript is free to use for everyone.
JavaScript Exercises
Many chapters in this tutorial end with an exercise where you can check your level of
knowledge.
Exercise?
What is a correct syntax for assigning a value to a variable?
x : 5
x = 5
x == 5
x -> 5
Submit Answer »
See all JavaScript Exercises