When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

pluralsight logo

Object-oriented Programming in JavaScript - ES6

Stay updated by learning about the latest upgrade to the JavaScript language--ES6, also known as ECMAScript 2015. In this course, you will learn how to develop software using many kinds of classes and modules.

     
  • 4
  •  |
  • Reviews ( 243 )
Free

This Course Includes

  • iconpluralsight
  • icon4 (243 reviews )
  • icon2 hour 27 minutes
  • iconenglish
  • iconOnline - Self Paced
  • iconcore courses
  • iconpluralsight

About Object-oriented Programming in JavaScript - ES6

ES6 is a major upgrade to JavaScript, offering a new syntax for creating objects and working with inheritance. If you want to stay up to date with the JavaScript programming language, you need to watch this course! In this course, Object-oriented Programming in JavaScript - ES6, you will learn this new syntax and create many different kinds of classes. You'll learn all the features of JavaScript classes including working with constructors, prototypes, inheritance, and simulating public, private, and static members. Next, you'll create classes for regular business objects, virtual objects which you want to extend, a data service, and user interface components. Finally, you'll go step by step through the creation of a sample object-oriented web application. When you're finished with this course, you will have a strong understanding of ES6, and how t use classes and modules to develop software using modern programming techniques.

What You Will Learn?

  • Course Overview : 1min.
  • Object-oriented Programming in JavaScript - ES6 : 11mins.
  • Class Basics : 24mins.
  • Inheritance and Code Organization : 20mins.
  • Creating a Data Service Class : 27mins.
  • User Interface Classes : 38mins.
  • Building an Application Using Classes : 23mins.