Skip to content

Commit c30155d

Browse files
committed
solution of ex 3.10 added
1 parent c0f7d86 commit c30155d

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

xml/chapter3/section2/subsection3.xml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -661,12 +661,15 @@ W2(80);
661661
create objects with the same behavior. How do the environment structures
662662
differ for the two versions?
663663
<SOLUTION>
664-
<IMAGE src="img_javascript/ex3-10-solution.png"/>
665-
<UL>
666-
<LI>Black shows the environment structure of function in exercise 3.10</LI>
667-
<LI>Green shows differences in environment structure of original
668-
(where <JAVASCRIPTINLINE>make_withdraw</JAVASCRIPTINLINE> is replaced with the figure 3.9 version)</LI>
669-
</UL>
664+
<FIGURE split_scale="1" web_scale="0.9" src="img_javascript/ex3-10-solution.png">
665+
<CAPTION>
666+
<UL>
667+
<LI>Black shows the environment structure of function in exercise 3.10</LI>
668+
<LI>Green shows differences in environment structure of original
669+
(where <JAVASCRIPTINLINE>make_withdraw</JAVASCRIPTINLINE> is replaced with the figure 3.9 version)</LI>
670+
</UL>
671+
</CAPTION>
672+
</FIGURE>
670673
</SOLUTION>
671674
<LABEL NAME="ex:local-state-variable"/>
672675
</EXERCISE>

0 commit comments

Comments
 (0)