Errata

Beautiful JavaScript

Errata for Beautiful JavaScript

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.

Color key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted By Date submitted Date corrected
Printed
Page x
2

No way to download the examples, from any link tested.
This is a serious flaw in the site.

Note from the Author or Editor:
Uploaded code to GitHub, sent author a note.

myecran  Sep 19, 2015 
Other Digital Version

The code download at the Github site:

https://github.com/oreillymedia/beautiful_javascript

is only 652K, and is essentially just a markdown text file with the same info as the markdown on the page above. Where's the example code?

Note from the Author or Editor:
Uploaded code to GitHub, sent author a response.

Anonymous  Oct 05, 2015 
PDF
Page 5
1st Diagram

In the diagram depicting the Mixins' use case, the rounded boxes represent the actual buttons, however the naming is incorrect. We have "rectangular button" three times instead of once, accompanied by circular button and oval button.

Note from the Author or Editor:
The diagram on page 5 (right before the Classic Mixins section) has two incorrect labels: the round box that points to the “Circle” box should say “round button” and the round box that points to the “Oval” box should say “oval button”. The middle round box should remain the same.

Yagiz Erkan  Dec 24, 2015 
Printed
Page 8
Javascript code listing under subhead: "Adding Options"

Code does not work, giving this ReferenceError:

ReferenceError: withButton is not defined

Note from the Author or Editor:
On page 8 a call to withButton should be changed to withClickable.

Anonymous  Feb 04, 2016