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
What is an object? Why are objects important? In this video, learn about the "what" and "why" of object-oriented programming.
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
This package contains
a group of properties and
0:00
functions that work together to
represent something in your program.
0:00
As a reminder,
an object's properties are a series of
0:05
key value pairs that hold
information about the object.
0:08
And its functions are called methods.
0:10
Methods let your object do something or
let something be done to it.
0:13
The term object oriented programming
is really just describing a programming
0:17
paradigm.
0:22
Or a way of thinking about in designing
a computer program that uses objects
0:23
as its core.
0:28
A lot of developers find it helpful to
think of object's in a code as a way to
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