#conditional
Read more stories on Hashnode
Articles with this tag
The ternary operator is a simplified conditional operator like if / else. Syntax: condition ? <expression if true> : <expression if false> Here is an...