Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Well done!
You have completed Object-Oriented JavaScript!
You have completed Object-Oriented JavaScript!
Preview
Object literals are an important foundation for understanding object-oriented programming in JavaScript. Get to know object literals and the different components of objects.
This video doesn't have any notes.
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
Congratulations on finishing
the first stage of this course.
0:00
I hope you're excited to keep learning
about object oriented JavaScript.
0:00
In the last stage, we started thinking
conceptually about what objects are and
0:05
how we use them.
0:09
For this section of the course,
0:10
we're going to continue our chat
by talking about object literals.
0:11
As a reminder, objects give us a way to
package information about something we
0:15
want to use in our code.
0:19
This package is made up of a group
of properties and functions,
0:21
called methods, that work together to
represent something in our program.
0:24
Properties are like object specific
variables that store information
0:29
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up