We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 110f165 commit 09f69c0Copy full SHA for 09f69c0
concepts/arithmetic-operators/about.md
@@ -15,7 +15,7 @@ JavaScript provides 6 different operators to perform basic arithmetic operations
15
16
```javascript
17
19 - 2; // => 17
18
- 7.4 - 1.2; // => 1.5
+ 7.4 - 1.2; // => 6.2
19
```
20
21
- `*`: The multiplication operator is used to find the product of two numbers
0 commit comments