Binary

You can write a binary literal by prefacing the number with 0b.

var x = 0b0011; // => 3