Skip to content

Commit 549bb99

Browse files
committed
Add name variable issue to errata
1 parent db313c8 commit 549bb99

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

html/errata.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ <h2>Introduction</h2>
2828
can probably imagine how how tedious…” duplicates the
2929
word <em>how</em>.</p>
3030

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+
3139
<h2>Chapter 9</h2>
3240

3341
<p><strong>Page 159</strong> (The Date Type¹):

0 commit comments

Comments
 (0)