scrimba
JS Deep Dive
Types & Conditionals
Types and How They Can Be Changed
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Types and How They Can Be Changed
AboutCommentsNotes
Types and How They Can Be Changed
Expand for more info
index.js
run
preview
console
/*
Primitive types:

string
number
boolean
undefined
null
symbol

everything else - Object type
*/
Console
index.html
-15:33