Tag: OOP

  • 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…

  • Object Oriented JavaScript Tutorial #3 – Updating Properties

    Hey ninjas, in this Object Oriented JavaScript tutorial, we’ll take a look at how we can update our object properties, as well as create new ones on the fly. πŸ±β€πŸ’» Course Links: – VS Code editor – https://code.visualstudio.com/ – GitHub repository (course files) – https://github.com/iamshaunjp/object-oriented-js – JavaScript for Beginners – https://www.youtube.com/watch?v=qoSksQ4s_hg&list=PL4cUxeGkcC9i9Ae2D9Ee1RvylH38dKuET πŸ€‘ Donate @ https://www.paypal.me/thenetninja…

  • Object Oriented JavaScript Tutorial #7 – Method Chaining

    Hey gang, in this Object Oriented JavaScript tutorial I’ll explain what method chaining is, and how we can set this up to work by editing the return value of the methods inside our User class. πŸ±β€πŸ’» Course Links: – VS Code editor – https://code.visualstudio.com/ – GitHub repository (course files) – https://github.com/iamshaunjp/object-oriented-js – JavaScript for Beginners…

  • Object Oriented JavaScript Tutorial #10 – Prototype

    Hey gang, in this object oriented JavaScript video, we’ll be looking at the prototype object and how we can use it to give our objects methods. πŸ±β€πŸ’» Course Links: – VS Code editor – https://code.visualstudio.com/ – GitHub repository (course files) – https://github.com/iamshaunjp/object-oriented-js – JavaScript for Beginners – https://www.youtube.com/watch?v=qoSksQ4s_hg&list=PL4cUxeGkcC9i9Ae2D9Ee1RvylH38dKuET πŸ€‘ Donate @ https://www.paypal.me/thenetninja πŸŽ“Find me on…

  • JavaScript Classes Tutorial

    In JavaScript you can use the OOP (Object-Oriented-Programming) feature of “classes” to construct objects which are then useful resources for your script/application. Learn all about classes in JavaScript in this video. ⭐️ Course Contents ⭐️ ⌨️ (00:00) The Basics ⌨️ (14:40) Getters and Setters ⌨️ (22:43) Static Methods ⌨️ (30:11) Inheritance and Extends ⌨️ (40:22)…

  • Object Oriented JavaScript Tutorial #9 – Constructors (under the hood)

    Hey ninjas, in this Object Oriented JavaScript tutorial, I’ll explain how we created objects before the class keyword was introduced – using the original constructor functions. πŸ±β€πŸ’» Course Links: – VS Code editor – https://code.visualstudio.com/ – GitHub repository (course files) – https://github.com/iamshaunjp/object-oriented-js – JavaScript for Beginners – https://www.youtube.com/watch?v=qoSksQ4s_hg&list=PL4cUxeGkcC9i9Ae2D9Ee1RvylH38dKuET πŸ€‘ Donate @ https://www.paypal.me/thenetninja πŸŽ“Find me on…

  • Object Oriented JavaScript Tutorial #5 – Class Constructors

    πŸ±β€πŸ’» Course Links: – VS Code editor – https://code.visualstudio.com/ – GitHub repository (course files) – https://github.com/iamshaunjp/object-oriented-js – JavaScript for Beginners – https://www.youtube.com/watch?v=qoSksQ4s_hg&list=PL4cUxeGkcC9i9Ae2D9Ee1RvylH38dKuET πŸ€‘ Donate @ https://www.paypal.me/thenetninja πŸŽ“Find me on Udemy @ https://www.udemy.com/user/47fd83f6-5e4a-4e87-a0f0-519ac51f91b6/ πŸ‘Ύ Video thumbnail artwork by PixelSwish @ https://www.youtube.com/channel/UCGKSD3mitWl5UpMxZzaIrRA Original source

  • Object Oriented JavaScript Tutorial #11 – Prototype Inheritance

    Hey, in this object oriented JavaScript tutorial I’ll teach you about prototype inheritance. πŸ±β€πŸ’» Course Links: – VS Code editor – https://code.visualstudio.com/ – GitHub repository (course files) – https://github.com/iamshaunjp/object-oriented-js – JavaScript for Beginners – https://www.youtube.com/watch?v=qoSksQ4s_hg&list=PL4cUxeGkcC9i9Ae2D9Ee1RvylH38dKuET πŸ€‘ Donate @ https://www.paypal.me/thenetninja πŸŽ“Find me on Udemy @ https://www.udemy.com/user/47fd83f6-5e4a-4e87-a0f0-519ac51f91b6/ πŸ‘Ύ Video thumbnail artwork by PixelSwish @ https://www.youtube.com/channel/UCGKSD3mitWl5UpMxZzaIrRA Original source

  • Fat Arrow Functions JavaScript Programming Tutorial

    Lesson Code: http://www.developphp.com/video/JavaScript/Fat-Arrow-Functions-JavaScript-Programming-Tutorial Crash course on using the new Arrow functions in JavaScript, introduced in ECMAscript Edition 6 to provide a new approach to writing anonymous functions. Arrow functions have 2 major advantages over traditional anonymous functions. (a) They reduce the amount of code you need to write. (b) In object oriented programming, the “this”…

  • Javascript Classes ES2015 tutorial : Object Oriented Programming Series – Part 9

    Class keyword introduced in ES6, You can create objects easily using Classes. Internally, It’s prototypal inheritance, using prototype methods and function constructor. Article and code samples from this tutorial * http://techsith.com/javascript-classes/ Please be my patreons on patreaon * https://www.patreon.com/techsith Follow me for technology updates * https://facebook.com/techsith * https://twitter.com/techsith1 Help me translate this video *http://www.youtube.com/timedtext_video?v=VL6WDtky-to&ref=share Original…