-
Notifications
You must be signed in to change notification settings - Fork 801
/
Copy patherrata.html
35 lines (24 loc) · 1.22 KB
/
errata.html
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
31
32
33
34
35
<!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>, 4th Edition</div></h2>
<p>These are the known mistakes in the <strong>fourth edition</strong>
of the book. For errata in other editions, see these pages: <a href="https://eloquentjavascript.net/1st_edition/errata.html">first</a>, <a href="https://eloquentjavascript.net/2nd_edition/errata.html">second</a>, <a href="https://eloquentjavascript.net/3rd_edition/errata.html">third</a>. To report a problem that is not listed
here, <a href="mailto:[email protected]">send me an email</a>.</p>
<p><em>No issues found yet.</em></p>
<!--
<p>Issues whose page number is followed by an ordinal number are only
present up to the print denoted by that number. I.e. those followed by
“1st” were fixed in the second print.</p>
<h2>Chapter 2</h2>
<p><strong>Page 34</strong> (1st) <em>Updating Bindings Succintly</em>: Where it
says <code>counter-</code> it should be <code>counter--</code>.</p>
-->
</article>