Remove quotes around ternary operator
This commit is contained in:
parent
3cdee0d73b
commit
1868774899
1 changed files with 1 additions and 1 deletions
|
@ -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 `||`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue