It's a fun and cute resume, but delving in to the code you see things like; function blinkRobbyEyes() { if (layersMovement != "not moving 2") { $(robbyEyesCloseDiv).fadeTo(0,1); $(robbyEyesCloseDiv).stop().delay(300).animate({opacity: 0}, 0, function() {}); } } "if (layersMovement != "not moving 2")" is a boolean that should be passed as a parameter if you're ever going to write a working unit test against that funct…
Great idea and quite original. I still give him rube cred for having such a nice concept despite the flaws in his code.