Fix: missing space in Day 3 Booleans File line #75

pull/1002/head
void-walker-walking 2 days ago
parent 29e4101818
commit 5fbd916b5c

@ -72,7 +72,7 @@ We agreed that boolean values are either true or false.
### Truthy values
- All numbers(positive and negative) are truthy except zero
- All numbers (positive and negative) are truthy except zero
- All strings are truthy except an empty string ('')
- The boolean true

Loading…
Cancel
Save