Skip to content

Commit 07ec44e

Browse files
authored
Merge pull request learn-co-students#6 from edwardgaudio/edwardgaudio-1471024411
I think I got the math right.
2 parents 77b4036 + 1da793d commit 07ec44e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The most fundamental math operations work as one might expect in JavaScript: `+`
2020
``` javascript
2121
1 + 80 // 81
2222
60 - 40 // 20
23-
2 * 3.4 // 7.1999999999999 (there's that floating-point arithmetic again...)
23+
2 * 3.4 // 6.8 (there's that floating-point arithmetic again...)
2424
5.0 / 2.5 // 2
2525
```
2626

0 commit comments

Comments
 (0)