fix(guide): Change true and false to equal and not equal in ternary operator challenge (#35494)
This commit is contained in:
committed by
Randell Dawson
parent
49cc719af8
commit
6f9cad3315
@ -9,7 +9,7 @@ title: Use the Conditional (Ternary) Operator
|
||||
###  Problem Explanation:
|
||||
|
||||
* You need to write a function named `checkEqual`, which checks if the two parameters are equal.
|
||||
* If the parameters are equal, `true` is to be returned else `false` should be returned.
|
||||
* If the parameters are equal, `Equal` is to be returned else `Not Equal` should be returned.
|
||||
|
||||
##  Hint
|
||||
|
||||
|
Reference in New Issue
Block a user