Simple play icon Course
Skills

Object-oriented Concepts in JavaScript

by Jim Cooper

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.

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

Course Overview
1min

About the author

Jim Cooper is a software developer at Pluralsight, with more than 20 years of software development experience. He has a passion for Agile processes, especially lean software development. Jim has been developing production Angular apps since before Angular version 1.0, including Pluralsight's first Html5-based video player. Jim has over 10 years of TDD and pair programming experience which has contributed significantly to his professional development. He has successfully mentored other developers... more

Ready to upskill? Get started