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