difect of using conditional operator n js code example
Example 1: js ternary
condition ? ifTrue : ifFalse
Example 2: single if statement js true false
condition ? exprIfTrue : exprIfFalse
condition ? ifTrue : ifFalse
condition ? exprIfTrue : exprIfFalse