'The kind of learning I’ve been engaging in has left me not knowing the names of things, or forgetting them unless I am using them at that moment. There is so much I don’t know and the act of coding is facing that lack again and again. My notes show this grasping.' (Introduction)
var expectations; var doubts; var attempts; function preload( ) { expectations = loadStrings(“perfection.txt”); doubts = loadStrings(“extensive.txt”); attempts = loadStrings(“trytobeenough.txt”); }