Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Start a free Courses trial
to watch this video
Objects are a really big subject. JavaScript is often referred to as an "object-oriented" or "object-based" programming language. As you learn more about JavaScript, you'll discover that most everything in JavaScript is either an object or can be treated as an object.
Objects code snippet
{
title: 'Avengers',
time: '12pm',
status: 'available'
},
{
title: 'Wonder Woman',
time: '2pm',
status: 'unavailable'
},
{
title: 'The Last Jedi',
time: '4pm',
status: 'available'
},
{
title: 'Black Panther',
time: '6pm',
status: 'unavailable'
},
{
title: 'Lady Bird',
time: '8pm',
status: 'available'
}
Resources
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
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