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

Loops The Final Fortier - Part 1

Say it again, Sam! (and again, and again...) Learn why repetition is a good thing, how to do it, where to use loops. Just think, you can kill Flash with this one! Leap in and learn.

Duration:

55:52

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.

Loops The Final Fortier - Part 1 Overview

What you'll learn

So close to the end of Developer basics - You should be so proud this was a long journey and your ready to take on flash or any other programing language at this stage ah just one more topic... loops


Loops as there name implies, enable us to create an action that "loops" with a rule/condition until completion. Many developers use loops as a mean to duplicate things and that is true it is one of their roles but loops are much more then that so lets get our feet wet as we get closer to finishing the developer basics.

Overview

03:36

What Is A Loop?

06:08

The For Loop Syntax

Learn how to use the for loop. In this session we will learn what loops are and how to get them to work in our program.

14:20

Loop To Repeat An Action

11:54

Loops To Find Something

09:16

Deeper Look At The For Syntax

For loops are very flexible even though most of the time we will try to stick to the standard way of looping that we learned in working with for loops.

10:38