mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 19:46:23 +00:00
11 lines
134 B
Markdown
11 lines
134 B
Markdown
|
---
|
||
|
id: 4226bcc9-90e2-4324-9e72-d38000dacf3a
|
||
|
title: JavaScript Addition Operator
|
||
|
---
|
||
|
|
||
|
# Syntax
|
||
|
|
||
|
``` javascript
|
||
|
console.log(100+4)
|
||
|
```
|