Introduction to JavaScript Object Methods

Difficulty: Beginner
Duration: 2 minutes and 35 seconds
Students: 257
Rating: 5/5

This practical lesson explores JavaScript Object Methods. A method is a function that is attached to an object property.

Learning Objectives

  • Learn how to create an object method
  • Learn about the concept of this, and how does this relate to objects.
  • Learn what happens when an arrow function is used as an object method

Intended Audience

This lesson is intended for anyone who wants to learn about JavaScript Object Methods.

Prerequisites

Anyone with an interest in creating object methods in JavaScript or who wants to improve their knowledge of JavaScript in general.