We are currently consolidating our various websites to streamline our online presence and enhance user experience. This effort involves merging multiple sites into a single, cohesive platform, aiming to improve accessibility and provide our visitors with a more unified and efficient way to access our services and resources. During this transition, we recognize that navigation may become temporarily confusing, and we sincerely apologize for any inconvenience. Our goal is to archive all existing content and make it freely available, while simultaneously launching a new site that will feature content more relevant to today's modern workforce. For content that has not been merged into the brand of yet: learn.02skills.com.
Objects
1:08:09Prerequisite:
Functions ( ??? );WARNING: you did not complete all prerequisites of this course. To Complete prerequisites above, pass course Exam.
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.
Topics
- 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 (08:52)
- {} (04:58)
- Winking at MovieClips (10:54)
Skills