File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -565,8 +565,7 @@ structure.
565565
566566(((JOURNAL data set)))Jacques kept his journal for three months. The
567567resulting ((data set)) is available in the coding sandbox for this
568- chapter(!tex
569- (http://eloquentjavascript.net/code[_eloquentjavascript.net/code_])!),
568+ chapter(!tex (http://eloquentjavascript.net/code[_eloquentjavascript.net/code_])!),
570569where it is stored in the `JOURNAL` variable, and in a downloadable
571570http://eloquentjavascript.net/code/jacques_journal.js[file].
572571
Original file line number Diff line number Diff line change @@ -759,8 +759,7 @@ code doesn't really do anything interesting.
759759mountains that we are trying to build is available in the `MOUNTAINS`
760760variable in the ((sandbox)), and also
761761http://eloquentjavascript.net/code/mountains.js[downloadable] from the
762- list of data sets on the website(!tex
763- (http://eloquentjavascript.net/code[_eloquentjavascript.net/code_])!).
762+ list of data sets on the website(!tex (http://eloquentjavascript.net/code[_eloquentjavascript.net/code_])!).
764763
765764(((table example)))We will want to highlight the top row, which
766765contains the column names, by underlining the cells with a series of
Original file line number Diff line number Diff line change @@ -939,8 +939,7 @@ The same source data that was used in
939939link:06_object.html#mountains[Chapter 6] is again available in the
940940`MOUNTAINS` variable in the sandbox, and also
941941http://eloquentjavascript.net/code/mountains.js[downloadable] from the
942- list of data sets on the website(!tex
943- (http://eloquentjavascript.net/code[_eloquentjavascript.net/code_])!).
942+ list of data sets on the website(!tex (http://eloquentjavascript.net/code[_eloquentjavascript.net/code_])!).
944943
945944Write a function `buildTable` that, given an array of objects that
946945all have the same set of properties, builds up a DOM structure
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ <h2>Other pages</h2>
8282
8383 < ul class ="links ">
8484 < li > < a href ="code "> Code sandbox and exercise solutions</ a > </ li >
85- < li > < a href ="1st_edition "> The first edition of the book</ a > </ li >
85+ < li > < a href ="http://eloquentjavascript.net/ 1st_edition "> The first edition of the book</ a > </ li >
8686 </ ul >
8787
8888</ article >
You can’t perform that action at this time.
0 commit comments