Sentence Improvement

Choice of words
pull/1239/head
Bhaskar Kashyap 2 years ago committed by GitHub
parent 11f097513f
commit fe4ec0f184
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -175,7 +175,7 @@ You can achieve your formatting goals with either method, but template literals
### Booleans ### Booleans
Booleans can be only two values: `true` or `false`. Booleans can help make decisions on which lines of code should run when certain conditions are met. In many cases, [operators](#arithmetic-operators) assist with setting the value of a Boolean and you will often notice and write variables being initialized or their values being updated with an operator. Booleans can have only two values: `true` or `false`. Booleans can help make decisions on which lines of code should run when certain conditions are met. In many cases, [operators](#arithmetic-operators) assist with setting the value of a Boolean and you will often notice and write variables being initialized or their values being updated with an operator.
- `let myTrueBool = true` - `let myTrueBool = true`
- `let myFalseBool = false` - `let myFalseBool = false`

Loading…
Cancel
Save