Skip to content

Instantly share code, notes, and snippets.

@olleolleolle
Created October 12, 2014 18:58
Show Gist options
  • Save olleolleolle/9458058835ed05529c2b to your computer and use it in GitHub Desktop.
Save olleolleolle/9458058835ed05529c2b to your computer and use it in GitHub Desktop.

JavaScript Spessore Errata

This line reveals a typo:

delegateToOwn(Cell, 'state', ['alive', 'aliveInNextGeneration']);

Fix: The Alive and Dead objects should have aliveInNextGeneration function slots, not stateInNextGeneration as it is now.


This string

an object representing and account balance

should be

an object representing an account balance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment