mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 11:36:23 +00:00
11 lines
146 B
Markdown
11 lines
146 B
Markdown
---
|
|
date: 2020-11-16
|
|
id: f96241b8-8ee5-48d0-844d-d8296d2c275c
|
|
title: Binary Notation
|
|
---
|
|
|
|
# Binary notation
|
|
|
|
``` javascript
|
|
console.log(0b11)
|
|
```
|