Objects
Duration: 01:08:09
Created with
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.
Ready to Level Up Your Skills?
Join thousands of learners on 02GEEK and start your journey to becoming a coding expert today!
Enroll Now for Free!Overview
Classes As Blueprints
new Object();
Assosiative Arrays
Dot Syntax
Properties and Methods
Primitives and Complex Data Types
Building Our First Method
this
in this video we introduce a new concept a way to use 'this'.
{}
Winking at MovieClips
Ready to Level Up Your Skills?
Join thousands of learners on 02GEEK and start your journey to becoming a coding expert today!
Enroll Now for Free!