wiki/content/20201116164748-binary_notation.md

12 lines
146 B
Markdown
Raw Normal View History

2024-05-06 20:40:05 +00:00
---
2024-10-30 17:34:11 +00:00
date: 2020-11-16
2024-05-06 20:40:05 +00:00
id: f96241b8-8ee5-48d0-844d-d8296d2c275c
title: Binary Notation
---
# Binary notation
``` javascript
console.log(0b11)
```