Fix typo: change 'a lots of' to 'lots of'

pull/1022/head
04cb 2 days ago
parent e067490424
commit e4c8122be1

@ -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 lots of methods to work with numbers.
```js
const PI = Math.PI

Loading…
Cancel
Save