We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db313c8 commit 549bb99Copy full SHA for 549bb99
1 file changed
html/errata.html
@@ -28,6 +28,14 @@ <h2>Introduction</h2>
28
can probably imagine how how tedious…” duplicates the
29
word <em>how</em>.</p>
30
31
+<h2>Chapter 2</h2>
32
+
33
+<p><strong>Page 32</strong> (while and do Loops): The <code>var
34
+name</code> example unintentionally exits the loop when the dialog is
35
+canceled, because browser's have a built-in global
36
+variable <code>name</code> whose values are implicitly converted to
37
+strings.</p>
38
39
<h2>Chapter 9</h2>
40
41
<p><strong>Page 159</strong> (The Date Type¹):
0 commit comments