forked from marijnh/Eloquent-JavaScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherrata.html
More file actions
30 lines (22 loc) · 945 Bytes
/
errata.html
File metadata and controls
30 lines (22 loc) · 945 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!doctype html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Eloquent JavaScript :: Errata</title>
<link rel=stylesheet href="css/ejs.css">
<style>
</style>
</head>
<article>
<h1>Errata<div style="font-size: 70%"><a class="subtlelink" href="index.html">Eloquent JavaScript</a>, 3nd Edition</div></h2>
<p>These are the known mistakes in the <strong>third edition</strong>
of the book. For errata in the first edition,
see <a href="https://eloquentjavascript.net/1st_edition/errata.html">this
page</a>. For the second edition,
see <a href="https://eloquentjavascript.net/2nd_edition/errata.html">this
page</a>. To report a problem that is not listed
here, <a href="mailto:marijnh@gmail.com">send me an email</a>.</p>
<h2>Chapter 2</h2>
<p><strong>Page 34</strong> (Updating Bindings Succintly): Where it
says <code>counter-</code> it should be <code>counter--</code>.</p>
</article>