April 19th 2012 08:45:04am
In this episode:
Let’s take the Javascript basics up a notch and move into statements, loops, and error catchers. It can almost be a 100% guarentee that you will want to process more than one item at a time, which loops will allow you to do. Perhaps you will want to check one value versus another, which an if statement will come in handy.