wiki/content/20201116164828-octal_notation.md

12 lines
141 B
Markdown
Raw Permalink 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: 00ce2d70-75f4-4ba2-b33f-36a2a03b6145
title: Octal Notation
---
# Syntax
``` javascript
console.log(0o10) // 8
```