Skip to content

Commit cb5e984

Browse files
committed
Update index page
1 parent 66f410d commit cb5e984

8 files changed

Lines changed: 1686 additions & 141 deletions

File tree

04_data.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ precariously thin branch in the crown of an oak, naked and
5656
disoriented, he has taken to locking the doors and windows of his room
5757
at night and putting a few walnuts on the floor to keep himself busy.
5858

59-
{{figure {url: "img/weresquirrel.png", alt: "The weresquirrel"}}}
60-
6159
That takes care of the cat and tree problems. But Jacques would prefer
6260
to get rid of his condition entirely. The irregular occurrences of the
6361
transformation make him suspect that they might be triggered by
@@ -317,8 +315,6 @@ properties might be holding onto those same values. You may think of
317315
objects as octopuses with any number of tentacles, each of which has a
318316
name tattooed on it.
319317

320-
{{figure {url: "img/octopus-object.jpg", alt: "Artist's representation of an object"}}}
321-
322318
{{index "delete operator", [property, deletion]}}
323319

324320
The `delete` operator cuts off a tentacle from such an octopus. It is
@@ -376,8 +372,6 @@ sequences of things. If you evaluate `typeof []`, it produces
376372
`"object"`. You can see them as long, flat octopuses with all their
377373
arms in a neat row, labeled with numbers.
378374

379-
{{figure {url: "img/octopus-array.jpg", alt: "Artist's representation of an array"}}}
380-
381375
{{index journal, "weresquirrel example"}}
382376

383377
So we can represent Jacques’ journal as an array of objects.

14_dom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1200,4 +1200,4 @@ circle is 2π. For a given angle, you can get the opposite angle by
12001200
adding half this, one time `Math.PI`. This can be useful for putting
12011201
the hat on the opposite side of the orbit.
12021202

1203-
hint}}
1203+
hint}}

html/backers.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<head>
33
<meta charset="utf-8">
44
<meta name="viewport" content="width=device-width">
5-
<title>Eloquent JavaScript :: Backers</title>
5+
<title>Eloquent JavaScript :: 2nd Edition Backers</title>
66
<link rel=stylesheet href="css/ejs.css">
77

88
<style>
@@ -15,7 +15,7 @@
1515
</head>
1616

1717
<article>
18-
<h1>List of Backers<div style="font-size: 70%"><a class="subtlelink" href="index.html">Eloquent JavaScript</a></div></h2>
18+
<h1>List of Backers<div style="font-size: 70%"><a class="subtlelink" href="index.html">Eloquent JavaScript</a>, 2nd Edition</div></h2>
1919

2020
<p>These are the kind souls who have contributed towards making the
2121
second edition of <a href="index.html">Eloquent JavaScript</a>

0 commit comments

Comments
 (0)