fixed minor grammatical error on the Day 2 "Data types" Readme file. #832

pull/881/head
Shafqat Rasool 2 years ago
parent 55d8e3dbc0
commit 3a6a0dd046

@ -183,7 +183,7 @@ console.log(age, gravity, mass, PI, boilingPoint, bodyTemp)
### Math Object
In JavaScript the Math Object provides a lots of methods to work with numbers.
In JavaScript the Math Object provides a lot of methods to work with numbers.
```js
const PI = Math.PI

Loading…
Cancel
Save