Book Image

Beginning Object-Oriented Programming with JavaScript

By : Full Stack Training Limited
Book Image

Beginning Object-Oriented Programming with JavaScript

By: Full Stack Training Limited

Overview of this book

<p>Before diving into the intricacies of front-end frameworks, serverless architectures, or back-end development, it's important to understand the fundamental concepts of the modern JavaScript language. We'll show you everything you need to know to get up and running with proven object-oriented patterns so that you can confidently tackle your own real-world development projects. With coverage of everything from new syntax to working with classes, complex inheritance, dynamic typing, and data binding, this course is the complete primer for those looking to work with modern, production-ready JavaScript. </p><p>The code bundle for this course is available at https://github.com/TrainingByPackt/Beginning-Object-Oriented-Programming-with-JavaScript-eLearning</p>
Table of Contents (8 chapters)
Chapter 3
Lesson 3: Inheriting and Creating Mixins
Content Locked
Section 6
Using Class Inheritance
ECMAScript 2015 introduced the ‘class’ keyword to the language and in this topic, we’ll investigate how to use this to achieve inheritance in JavaScript.