Blog
About
Notes
Binary
You can
write a binary literal
by prefacing the number with
0b
.
var
x
=
0
b0011
;
// => 3