You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>The ternary operator is useful for condensing branching assignments into single lines. It should only be used when all parts of the ternary are simple expressions (only addition/subtraction/etc., no object allocation). Ternary operator usage may not be nested.</p>
1863
+
</div>
1864
+
1859
1865
<h3id="Loops_and_Switch_Statements">Loops and Switch Statements</h3>
<p><p>The ternary operator is useful for condensing branching assignments into single lines. It should only be used when all parts of the ternary are simple expressions (only addition/subtraction/etc., no object allocation). Ternary operator usage may not be nested.</p>
0 commit comments