Skip to content

Commit 09f69c0

Browse files
authored
Fixed operator (#1914)
1 parent 110f165 commit 09f69c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/arithmetic-operators/about.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ JavaScript provides 6 different operators to perform basic arithmetic operations
1515

1616
```javascript
1717
19 - 2; // => 17
18-
7.4 - 1.2; // => 1.5
18+
7.4 - 1.2; // => 6.2
1919
```
2020

2121
- `*`: The multiplication operator is used to find the product of two numbers

0 commit comments

Comments
 (0)