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

Looping and Animations

This is our last chapter in our beginner course for Learning JavaScript with animation. In this chapter we dive into the last big topic - loops.

Duration:

36:23

Created with

Ben Fhala

Ben Fhala

Ben Fhala is the creative force and founder behind 02geek, a pioneering platform dedicated to making web development accessible to everyone. With over 18 years of experience in the industry, Ben has a deep passion for teaching and a knack for breaking down complex concepts into easy-to-understand lessons.

Looping and Animations Overview

What you'll learn

This is our last chapter in our beginner course for Learning JavaScript with animation. In this chapter we dive into the last big topic "loops". This chapter is our shortest one and I think it's quite a lot of fun because it's very visual. I hope to see you in our intermediates animation course. But before that let's start looping.

Throughout all the chapters so far we avoided creating elements dynamically. Not anymore. 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.

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
Download Source Files