The conditional operator is a ternary operator that is part of the syntax for a basic conditional expression in several programming languages.
So I'm using a shorthand javascript if/else statement (I read somewhere they're called Ternary statements?) this.dragHandle.hasClass('handle-low') ? …
javascript if-statement shorthand shorthand-ifis there a possibility to write a shorthand if, ELSE IF, else statement for php. if / else is clear but …
php shorthand shorthand-if