JavaScript OOP Crash Course (ES5 & ES6)




In this video we will look at some of the object oriented programming concepts in JavaScript including…

Object Literals
Constructors & This
Prototypes & Inheritence
Object.create()
ES6 Classes & Subclasses

MODERN JS FROM THE BEGINNING – $9.99 PROMO
https://www.udemy.com/modern-javascript-from-the-beginning/?couponCode=YOUTUBE10

💖 Become a Patron: Show support & get perks!
http://www.patreon.com/traversymedia

Website & Udemy Courses
http://www.traversymedia.com

Follow Traversy Media:
http://www.facebook.com/traversymedia

http://www.instagram.com/traversymedia

The Developer Hangout: Public Discord Server
https://discord.gg/developers

Original source


20 responses to “JavaScript OOP Crash Course (ES5 & ES6)”

  1. At 8:00 when he introduces $… I have researched that a bit and I keep seeing JQuery, which I haven't started on yet. The way he's using it doesn't seem like JQ though (I could definitely be wrong)? Any good resources or videos to explain and or learn how to learn the proper use of that operator?

  2. Whenever I use 'this' inside a prototype or inside a property that is a function, it results as 'undefined'. I've been going crazy about this. The only difference is that I am doing this inside a Laravel project and my JS files are being compiled.

Leave a Reply