
30+ books you could/should/maybe read

In late 2007, web development was pretty primitive when it came to 'free' resources.


Valuable, but potentially boring






var theyDigits, theStash, nextFigure, anEmptyHash = {}function isChillin(maFigure) {theStash = theStash || anEmptyHashNextFigure = 0 /* picture me nillin' *//* in preparation fo' fillin' *//* they precondition is partition so */doFissionOn(maFigure)sumTheySquares() /* quadratic addition, like a math'matician *//* and the stash is the hash caching all my dead figures *//* if your value is one, you won, or if you in tha' stash, you done */if (nextFigure == 1) return "chillin"if (theStash[nextFigure] == 'x') return "illin"theStash[nextFigure] = 'x' /* keepin' the history *//* breakin' the chain of iteration misery */return isChillin(nextFigure) /* recurse, rejigga, re-traverse the verse */}function doFissionOn(n) {theyDigits = n.toString().split('')}function sumTheySquares() {theyDigits.forEach(function(n){nextFigure += n*n})}
Anything but being the boss











