---
id: f8f0ade7-0624-4155-a430-e3c81fd7d72b
title: JavaScript Division Operator
---

# Syntax

``` javascript
console.log(100/4)
```