mirror of
https://github.com/alrayyes/wiki.git
synced 2025-01-19 03:43:23 +00:00
11 lines
137 B
Markdown
11 lines
137 B
Markdown
|
---
|
||
|
id: 996c32e9-5c8d-4c90-af71-c28e040eae41
|
||
|
title: JavaScript Subtraction Operator
|
||
|
---
|
||
|
|
||
|
# Syntax
|
||
|
|
||
|
``` javascript
|
||
|
console.log(100-4)
|
||
|
```
|