Thursday, March 13, 2014

Day 4

We covered JavaScript objects today. Mostly just an extension of arrays we covered the day before. We implemented objects as a data collection method in our "To Do" apps. I find myself stubborn in adapting new methods of adding functionality to a program once I already have it working with a previously covered set of knowledge. I think it's easier to just start from scratch when it comes to implementing a new code element. Maybe I should keep my code more compartmentalized so new tools can be used on it.

We received an assignment to create a Quiz application. After some incessant picking at my "To Do" app, I spent about an hour working in the Quiz. I got as far as a button calling a function to display a new question when clicked. Adding new results to the function should be enough to get the Quiz usable. We'll see what new issues arise.

I didn't make any notes to myself on what to write on the blog today. Forgot my pen and notebook. I'll write something more insightful when I have a better record and more sleep.

No comments:

Post a Comment