diff --git a/subjects/biggie-smalls/README.md b/subjects/biggie-smalls/README.md index 24812275..78a278a4 100644 --- a/subjects/biggie-smalls/README.md +++ b/subjects/biggie-smalls/README.md @@ -2,11 +2,10 @@ ### Instructions -Create 2 variables - -- `smalls` with the smallest possible `number` value -- `biggie` with the greatest possible `number` value +Create 2 variables: +- `smalls` with the smallest possible `number` value. +- `biggie` with the greatest possible `number` value. ### Notions -- [devdocs.io/javascript-number](https://devdocs.io/javascript-number/) +- [Number](https://devdocs.io/javascript-number/)