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

Objects

Objects are our first complex data type. Boy are we gonna have fun with 'em!

Duration:

01:08:09

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.

Objects Overview

What you'll learn

Objects are complex data types. What does that mean? Well, basically it means that they can contain more than just one thing. So far our variables have been directly associated with only one possible value at a time, where as Objects are dealt with differently. Objects can contain many things(properties and methods) . Let's jump in and see Objects in action and understand why they're the buzz in the geeky world we live in.

Overview

02:17

Classes As Blueprints

02:27

new Object();

04:50

Assosiative Arrays

09:55

Dot Syntax

04:29

Properties and Methods

04:49

Primitives and Complex Data Types

07:40

Building Our First Method

06:58

this

in this video we introduce a new concept a way to use 'this'.

08:52

{}

04:58

Winking at MovieClips

10:54