Book
Submodule 5.1: Introduction to JavaScript
Submodule 5.1: Introduction to JavaScript
Completion requirements
- Where can JavaScript be used?
- JavaScript is the is the dominant web programming language
- JavaScript is a programming language
Where can JavaScript be used
JavaScript is used in the browser. It can add interactivity by working together with the HTML and CSS.
With JavaScript we can modify CSS properties (eg change the color, or even the class of an element) and thus change the outcome that appears in the browser.
In addition, much common these days, JavaScript is over on the server side as well.