Skip to content

Commit 29b72a6

Browse files
committed
fixes #666
1 parent 71fa243 commit 29b72a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

xml/chapter1/section1/subsection6.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -951,6 +951,8 @@ a === 4
951951
(a + 1);
952952
</JAVASCRIPT>
953953
</SNIPPET>
954+
<SPLIT>
955+
<JAVASCRIPT>
954956
The parentheses around the conditional expressions in the last two statements
955957
are necessary because the
956958
<INDEX>conditional expression<SUBINDEX><ORDER>operand</ORDER>as operand of operator combination</SUBINDEX><FRAGILE/></INDEX>
@@ -960,6 +962,8 @@ a === 4
960962
precedence than the arithmetic operators
961963
<JAVASCRIPTINLINE>+</JAVASCRIPTINLINE> and
962964
<JAVASCRIPTINLINE>*</JAVASCRIPTINLINE>.
965+
</JAVASCRIPT>
966+
</SPLIT>
963967
</EXERCISE>
964968

965969
<EXERCISE>

0 commit comments

Comments
 (0)