javascript-today

Basics

Basics

If you are coming from any other language you will likely find this fairly familar.

Basic Types

int

float

string

array

objects

functions

Basic variables

const

let

Basic loop controls structures

for

foreach

while

Conditionals

if

Next Article: Selectors