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