--- date: 2020-11-12 id: ec5dcb11-0690-442f-b70c-7f64534a5185 title: JavaScript Parenthesis Operator --- # Sytnax ``` javascript console.log((100+4) * 11) // 1144 ```