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

Going in the loop

Loops is a global name for a lot of different types of operations in programming that enable us to trigger the same block of code more than one time. One of the biggest dangers with working with loops is creating an endless loop. An endless loop is a loop that has a bug, an ill definition in the rules that tell it when should it complete. Endless loops never end and can crash systems if not stopped. In JavaScript, the browser will disable scripting when it notices that type of event.

The loopiest chapter of them all

Our introduction video to the course loops

00:42

Creating dynamic elements

In this chapter all of our artwork will be dynamically added onto the stage. We will be leveraging all the libraries enter tool belt. Let's get started.

04:02

Going in the loop

Loops is a global name for a lot of different types of operations in programming that enable us to trigger the same block of code more than one time.

10:28

Nesting loops to create grids

Nesting loops is probably one of the coolest things you can do with loops.

08:52

The wild while loop

The for loop isn't as efficient as The while loop. In this lesson we will explore the while loop.

05:40

Hang with the other loops

This is it for us this is our last content lecture in this group of courses. I hope to see you in our intermediate animation course.

05:22

Goodbye for now

Goodbye for now

01:17