mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 19:46: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)
|
||
|
```
|