a ternary operator is something like isHot ? 'I am sweating': ''
but there is something shorter like
isHot && 'I am sweating'
what is it called?
a ternary operator is something like isHot ? 'I am sweating': ''
but there is something shorter like
isHot && 'I am sweating'
what is it called?