mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 11:36:23 +00:00
10 lines
124 B
Markdown
10 lines
124 B
Markdown
---
|
|
id: 00ce2d70-75f4-4ba2-b33f-36a2a03b6145
|
|
title: Octal Notation
|
|
---
|
|
|
|
# Syntax
|
|
|
|
``` javascript
|
|
console.log(0o10) // 8
|
|
```
|