wiki/content/20201112104544-javascript_parenthesis_operator.md

12 lines
169 B
Markdown
Raw Permalink Normal View History

2024-05-06 20:40:05 +00:00
---
2024-10-30 17:34:11 +00:00
date: 2020-11-12
2024-05-06 20:40:05 +00:00
id: ec5dcb11-0690-442f-b70c-7f64534a5185
title: JavaScript Parenthesis Operator
---
# Sytnax
``` javascript
console.log((100+4) * 11) // 1144
```