File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -551,7 +551,7 @@ for (let script of SCRIPTS) {
551
551
}
552
552
}
553
553
console.log(Math.round(total / count));
554
- // → 1188
554
+ // → 1165
555
555
```
556
556
557
557
But it is harder to see what was being computed and how. And because
Original file line number Diff line number Diff line change @@ -30,6 +30,14 @@ <h2>Chapter 2</h2>
30
30
< p > < strong > Page 34</ strong > (1st) < em > Updating Bindings Succintly</ em > : Where it
31
31
says < code > counter-</ code > it should be < code > counter--</ code > .</ p >
32
32
33
+ < h2 > Chapter 5</ h2 >
34
+
35
+ < p > < strong > Page 91</ strong > < em > Composability</ em > : Due to an initial
36
+ mistake in the script data set, the results of the computations on
37
+ this page differ from the ones with the current, corrected data. The
38
+ average year for living scrips should be 1165, the average for
39
+ non-living scripts should be 204.</ p >
40
+
33
41
< h2 > Chapter 6</ h2 >
34
42
35
43
< p > < strong > Page 111</ strong > (2nd) < em > Inheritance</ em > : In the second
You can’t perform that action at this time.
0 commit comments