Remove quotes around ternary operator

This commit is contained in:
Brent Guffens 2018-01-18 18:31:04 +01:00 committed by GitHub
parent 3cdee0d73b
commit 1868774899
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,5 +22,5 @@ Rewrite it, to perform the same, but without `if`, in a single line.
Make two variants of `checkAge`:
1. Using a question mark operator `'?'`
1. Using a question mark operator `?`
2. Using OR `||`