9.20: Look away! Inheritance with Prototype in JavaScript - p5.js Tutorial

preview_player
Показать описание
You should go and watch my videos on ES6 classes instead, but if you choose to be here, I will discuss how inheritance works with prototypes in JS.

Рекомендации по теме
Комментарии
Автор

Lucky me, I just came from your prototype video

tunafish
Автор

I’ve paid for courses on Udemy that didn’t explain this concept clearly and here it is for free. Thank you JS Yoda.

LeeG
Автор

Just watched 9.19 and got lucky to have 9.20 available.
You're awesome and your teaching skills are great, keep up the good work!!

conradodelcarlo
Автор

Never knew “square()” was a thing, I always used rect() and now I can save 0.5s each time, thank you Dan :)

arameskchannel
Автор

I'm the person you wished for who just saw the old video and came here to this video and it just existed. I love you so much for making this, thank you.

ekaansh
Автор

I've just watched the last video hahah. Happy that you came back 2 years later to finish it

brunodev
Автор

OMG😱 i literally watch your first part of this video yesterday then find the other part was missing and today you made you made its second part!!

alinawaz
Автор

I literally JUST watched the 9.19 and didn't see the inheritance in the follow up. Good thing I checked the full playlist. :p

Nice video btw

csr.shimada
Автор

I have been looking for the explanation of the "Object.create()" so long, and finally I found the BEST one. Thank you !

alifox
Автор

I just want to say that I learned JS after ES6 was introduced. So I'm essentially watching this video so that I can understand WHY JS moved to the class "system".

I learned a lot from this. Thank you very much for making it!!

I actually came here right after watching your old video from 2 years ago. Crazy how much change can happen in 2 years.

blackchaos
Автор

I did, in fact, come from 9.19 thank you for completing the video series!

TheJpwzrd
Автор

This video was useful for me. I was reading some old code by someone using prototype like an absolute madman and it was very confusing. This made that code very clear.

zacharymcarthur
Автор

You are the best I have ever seen. You are a LEGEND.

abhishekagrawal
Автор

SethBling's redstone timer in your recommened videos. I see you are a man of culture as well

MrDoroh
Автор

Core foundations of Javascript, so yes, we must understand prototype inheritance. Thanks so much for the crystal clear explanation. I'm glad we don't do it this way anymore either!

jeff-creations
Автор

I ended up here right after watching your 9.19 prototype video !!! Thank you so much for making this video! Lots of thankfulness from Tokyo!

codelearner
Автор

Yes, I just watched the previous video. Love the age of binge watching, rather than have to wait 2 years between episodes like when Game Of Thrones was on HBO one episode at a time.😁

nrnoble
Автор

Good thing I discovered your channel today, didn't have to wait couple years. :D Your teaching style is rare and awesome.

shanneykar
Автор

Thank you for following up. Watching this in 2020. You're incredibly helpful in my path of becoming a js programmer!

minutehistory
Автор

Amazing explanation about Prototypical inheritance! I was struggling with this but now it is very clear for me coming from a Class based Programming Language like Java. Thanks a lot!

JorgeDecuir