In this course, you will learn to write basic JavaScript codes.
By the end of this course, you will learn how to
JavaScript was created to 'make web pages alive'.
HTML is the structure of a webpage, CSS defines styling and JavaScript is the functioning.
Using an animal metaphor, it can be said that HTML is the skeleton, CSS is the skin layer and JavaScript is analogous to the muscle which enables the animal to walk, move and eat.
JavaScript can be written right inside HTML web pages and it executes automatically as the page loads.
Characteristics of JavaScript
In addition, JavaScript has the following properties: