mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 19:46:23 +00:00
10 lines
152 B
Markdown
10 lines
152 B
Markdown
---
|
|
id: ec5dcb11-0690-442f-b70c-7f64534a5185
|
|
title: JavaScript Parenthesis Operator
|
|
---
|
|
|
|
# Sytnax
|
|
|
|
``` javascript
|
|
console.log((100+4) * 11) // 1144
|
|
```
|