We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e49dd79 commit 760804dCopy full SHA for 760804d
code/index.html
@@ -17,6 +17,13 @@
17
</style>
18
</head>
19
20
+<div style="background: #ffb; border-bottom: 1px solid silver; padding: 6px 4em; text-align: center">
21
+ <strong>Note:</strong> If you are reading the <strong>second edition</strong> of the book,
22
+ you'll want to go
23
+ to <a href="https://eloquentjavascript.net/2nd_edition/code/">that
24
+ edition's sandbox</a> instead!
25
+</div>
26
+
27
<article style="max-width: 50em;">
28
<h1>Code Sandbox<div style="font-size: 70%"><a class="subtlelink" href="../index.html">Eloquent JavaScript</a></div></h2>
29
0 commit comments