Tag: prototypes

  • Advanced Javascript | Learn Web Development Now

    Watch my tutorials and learn how to make a applications using web languages like PHP, HTML, CSS, and JavaScript. Learn web development basics like building web pages and more advanced skills like how to query a database. Through practical examples and mini-projects, this course helps you build your understanding of the web piece by piece.…

  • ¿Cómo funcionan las classes en Javascript?

    En este video voy a explicar como funcionan las classes en Javascript. Ademas vamos a ver un par de ejemplos para ver a detalle las classes. Si te gustaria investigar mas a fondo existen varios articulos en inglés que comparan prototypes vs. classes https://medium.com/@parsyval/javascript-prototype-vs-class-a7015d5473b Herramienta utilizada https://es6console.com Instagram https://www.instagram.com/juanortizll/ Fan Page https://www.facebook.com/JuanJoseODelToro/ No olvides subscribirte…

  • Object-oriented Programming in JavaScript: Made Super Simple | Mosh

    🔥Get the COMPLETE course (70% OFF – LIMITED TIME): http://bit.ly/2keDCna Object-oriented programming in JavaScript: learn all about objects, prototypes, prototypical inheritance, this and more. Subscribe for more videos: https://www.youtube.com/channel/UCWv7vMbMWH4-V0ZXdmDpPBA?sub_confirmation=1 TABLE OF CONTENT: 00:00: What is OOP? 01:46: Four Pillars of OOP 08:50: Setting Up the Development Environment 11:07: Objects 11:53: Object Literals 14:58: Factories 17:50:…

  • Prototypes in JavaScript – FunFunFunction #16

    Let’s say that you have a food type, and you want to make lots of different instances of that food, such as waffles, and I don’t know why you’d want any other food than waffles, but maybe you like carrots or something. In that context, *food* is the prototype of *waffles* and *carrots*. Some of…