Featured resource
pluralsight tech forecast
2025 Tech Forecast

Which technologies will dominate in 2025? And what skills do you need to keep up?

Check it out
Hamburger Icon
  • Course
    • Libraries: If you want this course, consider one of these libraries.
    • Core Tech

Object-oriented Concepts in JavaScript

Classes and object-oriented design are frequently used in JavaScript. This course will teach you how to use JavaScript classes to create object-oriented designs, as well as the prototypes and constructor functions upon which classes are built.

Jim Cooper - Pluralsight course - Object-oriented Concepts in JavaScript
by Jim Cooper

What you'll learn

JavaScript classes and object-oriented concepts are core to many JavaScript applications today, but JavaScript is not a typical object-oriented language; rather it is a loosely-typed, prototype-based language. In this course, Object-oriented Concepts in JavaScript, you’ll learn how to use classes to create object-oriented designs in JavaScript. First, you’ll explore what object-oriented programming is, what JavaScript prototypes are, and how to create object-oriented designs with constructor functions and prototypes . Next, you’ll discover how to inherit properties and behavior from other constructor functions . Finally, you’ll learn how to create object-oriented designs with JavaScript classes and how to extend classes to inherit properties and behavior from Parent classes. When you’re finished with this course, you’ll have the skills and knowledge of object-oriented programming in JavaScript needed to understand, create, and work with JavaScript classes and object-oriented JavaScript projects.

Table of contents

About the author

Jim Cooper - Pluralsight course - Object-oriented Concepts in JavaScript
Jim Cooper

Jim Cooper is a software developer at Pluralsight. With more than 20 years of software development experience, he has gained a passion for Agile software development -- especially Lean.

More Courses by Jim