This commit is contained in:
joaquinelio 2021-03-23 03:23:04 -03:00 committed by GitHub
parent d4b3c135cc
commit cd4de4b186
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,4 +14,4 @@ function checkAge(age) {
}
```
Note that the parentheses around `age > 18` are not required here. They exist for better readabilty.
Note that the parentheses around `age > 18` are not required here. They exist for better readability.