---
date: 2020-11-16
id: f96241b8-8ee5-48d0-844d-d8296d2c275c
title: Binary Notation
# Binary notation
``` javascript
console.log(0b11)
```