Echo JS 0.11.0

<~>
ericelliott 2283 days ago. link parent 4 points
Yeah, that defeats the point of ternary expressions.

This should use if statements instead, to clarify the mutation intent.

If you're not capturing/returning the value of a ternary expression, you're missing the point of ternaries.

Replies