JavaScript ES6 / ES2015 – [04] Classes and Inheritance




In this video we will go over the new ES6 class and inheritance syntax

Source Code – https://github.com/bradtraversy/youtube_es2015_source/tree/master/03_classes

CHECK OUT MY ES2015 COURSE: https://www.eduonix.com/affiliates/id/16-10397

SUPPORT THIS CHANNEL WITH A CUP OF COFFEE PER MONTH:
http://www.patreon.com/traversymedia

ONE TIME DONATIONS:
http://www.paypal.me/traversymedia

Original source


16 responses to “JavaScript ES6 / ES2015 – [04] Classes and Inheritance”

  1. This tutorial is nice when you have all the classes in a big file. The problem is when locating the classes in different files and importing them with the import command that is not fully compatible on V8. I hope you can create another tutorial with a main file loading classes from files using require or import and help with issues like "unexpected token export". Thanks.

Leave a Reply