"Bad to the bone" - code examples

All,

I have a paper copy of this book and there are some good code examples inside. Does anyone know of a link to the code examples used in the book?

Thanks,

Trefor

Not me. I suggest you ask the authors. I would assume there is a link somewhere in the book, but who knows.

Gerald

I also have been searching for the code examples but can’t find anything online. I expected these to be on the publishers website.

I actually have the pdf copy of the book, and tried to cut and paste the examples, but that doesn’t work properly. The single quote marks seem to be the wrong character so all the code has to be corrected after a cut and paste. For example, the statement copied from the book
var b = require(’bonescript’);
is different to
var b = require(‘bonescript’);

It took me a while to spot that one.