We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71fa243 commit 29b72a6Copy full SHA for 29b72a6
xml/chapter1/section1/subsection6.xml
@@ -951,6 +951,8 @@ a === 4
951
(a + 1);
952
</JAVASCRIPT>
953
</SNIPPET>
954
+ <SPLIT>
955
+ <JAVASCRIPT>
956
The parentheses around the conditional expressions in the last two statements
957
are necessary because the
958
<INDEX>conditional expression<SUBINDEX><ORDER>operand</ORDER>as operand of operator combination</SUBINDEX><FRAGILE/></INDEX>
@@ -960,6 +962,8 @@ a === 4
960
962
precedence than the arithmetic operators
961
963
<JAVASCRIPTINLINE>+</JAVASCRIPTINLINE> and
964
<JAVASCRIPTINLINE>*</JAVASCRIPTINLINE>.
965
+ </JAVASCRIPT>
966
+ </SPLIT>
967
</EXERCISE>
968
969
<EXERCISE>
0 commit comments