I made a vending machine out of the boxes of cereal I ate in the morning. Nothing really happened today at school. For lunch, I had spaghetti. At recess, the score was 0-0 again. I took some shots, but I was unlucky. Thankfully, my legs felt 100% better today. When I got home, I got on code.org and coded for about 20 minutes. This is what I wrote: function loading() { var X = prompt("To start loading type Load"); setScreen("Loading"); if (X == "Load") { console.log("Load start"); } setTimeout(function() { setText("AssetLoad", "001"); setTimeout(function() { setText("AssetLoad", "002"); setTimeout(function() { setText("AssetLoad", "003"); setTimeout(function() { setText("AssetLoad", "004"); setTimeout(function() { setText("AssetLoad", "005"); }, randomNumber(1000, 3000)); }, randomNumber(1000, 3000)); }, randomNumber(1000, 3000)); }, randomNumber(1000, 3000)); }, randomNumber(1000, 3000));}loading(); What this does is it waits for 1000-3000 milliseconds, then sets a text label's text to a number. After that, I went to taekwondo. I wanted to lead...