Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

ternary operator

(condition) ? (if true, do this) : (otherwise, do this)
 
PREVIOUS NEXT
Tagged: #ternary #operator
ADD COMMENT
Topic
Name
4+5 =