wiki/content/20201116164828-octal_notation.md

11 lines
141 B
Markdown

---
date: 2020-11-16
id: 00ce2d70-75f4-4ba2-b33f-36a2a03b6145
title: Octal Notation
---
# Syntax
``` javascript
console.log(0o10) // 8
```