wiki/content/20201116164748-binary_notation.md

11 lines
146 B
Markdown

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