02Geek HTML5 and JavaScript, TypeScript, React, Flash, ActionScript online School
Previous VideoPrevious Video

Objects away, it's time to array

Say "array away" 10 times fast. Not that easy. Lucky for us Arrays are not that hard, as we've been working with objects for quite a while now. Arrays are in many ways are a subset of objects. While objects are indexed by keys that are unique and not linear, arrays are numerically indexed starting from zero, progressing as we add more values.

A raise for arrays

Arrays in objects have a lot of commonalities and differences. In this chapter we dive deeper into arrays.

00:46

Animated Like Elton John

We start off by creating an animation, a cluster of animations that are very specific, With defined names, defined times, defined delays and so forth.

09:48

Excuse me, how wide are you?

For us to be a able take the next step as developers we need to create code that is more reusable.

07:40

Objects as associative arrays

Objects have a hidden feature within them. Not only are they a wonderful bucket for many things they can be used as a reference for elements.

11:15

24 minutes of doing

A practice session to rehearse functions, objects, associative arrays, and other topics.

24:03

Objects away, it's time to array

Arrays are objects that index information. They're linear.

10:17

The answer is recursive

Throughout the last two chapters we've been practicing recursive functions. This is one of the most cool and last known skills many developers just don't have.

14:51

Knowing what the user is doing

In this lecture and onwards we move in face the user and start interacting with them. By the end of this lesson you'll have ample experience with events and user interactions.

12:06

Everything we know intertwined

n this lesson we continue the journey into creating our analyze Application.

11:43

Wrapping things up

Finishing chapter 6 with a big bang.

07:39