mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 19:46:23 +00:00
10 lines
134 B
Markdown
10 lines
134 B
Markdown
---
|
|
id: f8f0ade7-0624-4155-a430-e3c81fd7d72b
|
|
title: JavaScript Division Operator
|
|
---
|
|
|
|
# Syntax
|
|
|
|
``` javascript
|
|
console.log(100/4)
|
|
```
|