mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 03:26:22 +00:00
11 lines
154 B
Markdown
11 lines
154 B
Markdown
---
|
|
date: 2020-11-12
|
|
id: 996c32e9-5c8d-4c90-af71-c28e040eae41
|
|
title: JavaScript Subtraction Operator
|
|
---
|
|
|
|
# Syntax
|
|
|
|
``` javascript
|
|
console.log(100-4)
|
|
```
|