Write to the
Document with JavaScript
Change HTML
elements with JavaScript
An external JavaScript
JavaScript statements.
JavaScript blocks.
Single line comments.
Multiple lines comments.
Single line comment to prevent execution.
Multiple lines comment to prevent execution.
Declare a variable, assign a value to it, and display it
If statement
If...else statement
Random link
Switch statement
Alert box
Alert box with line breaks
Confirm box
Prompt box
Call a function
Function with an argument
Function with an argument 2
Function that returns a value
Function with arguments, that returns a value
For loop
Looping through HTML headers
While loop
Do While loop
Break a loop
Break and continue a loop
Use a for...in statement to loop through the elements of an
object
Acting to the onclick event
Acting to the
onmouseover event
The try...catch statement
The try...catch statement with a confirm box
The onerror event
Create a welcome cookie
Simple timing
Another simple timing
Timing event in an infinite loop
Timing event in an infinite loop - with a Stop button
A clock created with a timing event
Create a direct instance of an object
Create an object constructor
Your message has been sent to W3Schools.