I was wondering if there was any way to perform a ternary codicional that only evaluates a true condition and not a false one.
For example, the ternary conditional in php would be:
$n = (2) ? true : false;
My idea would be to make a tern...
asked by
09.07.2018 / 15:15