Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

Pluralsight

Object-oriented Concepts in JavaScript

via Pluralsight

Overview

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.

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.

Taught by

Jim Cooper

Reviews

4.9 rating at Pluralsight based on 21 ratings

Start your review of Object-oriented Concepts in JavaScript

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.