Including...
Self-Grading Assessments
Project-Based Learning
Attendance Tracking
Student Data & Reporting
Professional Development
In this section, students learn about objects. They will also be learning about object methods and properties.
Contact us to get the full experience and try out our LMS with Self Grading Quizzes, Gradebook, Attendance Tracking, Student Reporting, Discussion Board Features and more!
Contact Us
JavaScript Objects: A W3 Schools page talking about objects, properties, methods, and the “this” keyword.
Object: a variable that can hold many different values as well as functions.
Property: a value that belongs to an object. It has a key that is used to reference it.
Method: a function that belongs to an object.
this: a keyword used to refer to the object in which the word is used.