--- date: 20201112 id: 996c32e9-5c8d-4c90-af71-c28e040eae41 title: JavaScript Subtraction Operator --- # Syntax ``` javascript console.log(100-4) ```