Document 18
Document 18
Example
My First JavaScript
Click me to display Date and Time
Try it Yourself »
If you have a large screen, the menu will always be present on the left.
If you have a small screen, open the menu by clicking the top menu sign ☰.
Learn by Examples
Examples are better than 1000 words. Examples are often easier to understand
than text explanations.
This tutorial supplements all explanations with clarifying "Try it Yourself" examples.
If you try all the examples, you will learn a lot about JavaScript, in a very short time!
JavaScript Examples »
Learning Speed
In this tutorial, the learning speed is your choice.
Everything is up to you.
The only way to become a clever programmer is to: Practice. Practice. Practice.
Code. Code. Code !
Test Yourself With Exercises
Exercise:
Create a variable called carName and assign the value Volvo to it.
var = "";
Submit Answer »
My Learning