“Brief” Guide to JavaScript – Part 4 | Blog of Jeff

Here we’re covering Arrays & Objects. I’m also testing out the some code display plugin for Live Writer. It’s not perfect, but it’s better than no color.


Arrays

Arrays are a typical programming paradigm. It allows us to store multiple values into one variable, usually the values are related in some way or another. Let’s say we want to store a list of our grades for a particular class:

Part 4. For some odd reason, editing my posts via wordpress isn’t quite working…

Posted via web from Jeff Hui | Comment »

Notes