Skip to main content
Code Cinema
JavaScript

Assign values. Watch each type reveal itself.

let a = 42; let b = "hello"; let c = true; let d = null;
Click here and start typing...
JavaScript — primitive data types