Anyone have a good trick to remember the standard ternary syntax?
Specifically whether the \'?\' or \':\' comes first. I have consistently gotten this backwards over
It goes like this:
myVariable = this.testMethod() ? 'value for true case' : 'value for false case'