JavaScript Tutorial
Last updated on November 17th, 2021
JS Outputs
Data can be displayed in 4 different ways; innerHTML, document.write(), window.alert(), console.log()
JS Statements
JavaScript statements are composed of; Values, Operators, Expressions, Keywords, and Comments. Statements are executed one-by-one in the order they are written. Semi-colons ; needed to be added at the end of each statement.