We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cdee0d commit 1868774Copy full SHA for 1868774
1 file changed
1-js/02-first-steps/14-function-basics/2-rewrite-function-question-or/task.md
@@ -22,5 +22,5 @@ Rewrite it, to perform the same, but without `if`, in a single line.
22
23
Make two variants of `checkAge`:
24
25
-1. Using a question mark operator `'?'`
+1. Using a question mark operator `?`
26
2. Using OR `||`
0 commit comments