intro to javascript

Comments

Basic Debugging

Variables & Statements

x + 2 = 10

let x = "whatever value";

Data Types

Arithmetic

With Javascript we can use:

Strings

Strings are a series of letters tied together to form a word

Data Structures

Arrays

Functions

Classes