JavaScript the Basics - Object Constructor Function

preview_player
Показать описание

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

Hey, Thanks for your effort - 10/10 .. Very well explained!
With all the respect I have noticed few little mistakes .. 6.12 --
1.This.name --> "this" keyword" is capital letter .
2.kingOfJungle constructor - you missed word "the" or versa because 3rd property of the object has "the".
3. 3rd property of the object doesn't have "this." at the beginning of the property.

webknack
Автор

You do a fantastic job of explaining things.

I'm almost 30, and you do a better job than many teachers I've had over the years. Very helpful, thanks!

buddhahead
Автор

I was having a hard time on this topic and then i found your tutorial. Thanks mate

brianv.
Автор

This is amazing. You are the best javascript teacher I have come across.

jacobramseyer
Автор

You make JS actually make sense. Thanks so much!

tanushkaushik
Автор

This is the clearest and most concise explanation I've seen so far on constructor functions. Well done!

kudz
Автор

Just a note on cars for the car objects which you got wrong at 3 mins : 33 seconds.
Wrong where the arrows point to the parameters, but correct in the code you show seconds after.
Make is the manufacturer which would be Honda (not Civic)
Model is the style or variation which would be Civic (not Honda).

PaulBoundy
Автор

absolutely the best explanation of constructor functions out there.

teenytinytoons
Автор

Great Explain.. everybody loves this animation and explanation skills. Love from BD..

topura.
Автор

Awesome tutorial. Thanks for explaining it so well!

BP-xkhd
Автор

This is the first video I've come across of yours but it explained it WAY easier than any other JS tutorial I've seen. A proper ELI5 approach, which shows clear comfortable knowledge on your part and which passes that knowledge easily to us. Instant-subscribe!

Scrumpylungs
Автор

Dude your so good and speak just at the right speed. i am addicted to learning from your videos.

andreparadise
Автор

Finally found an easy to follow explanation of JS Constructors. I was confused w.r.t to the "This.name" and missing "this" in the Zoo example (as highlighted) but otherwise nice & clear.

chanlapming
Автор

Wow Really explanation with visual graphic... Good Job for javaScript Lover So please continue to upload such a nice

GudduKumar-zibf
Автор

The best explanation thank you a lot for sharing knowledges in such clear way

admeliorem
Автор

Thanks a lot for this!!!! Your explanation just saved me from hours of headache

abyo.
Автор

This was, such a great explanation :O !!!

arhabersham
Автор

is it me, or is the code displayed for the "zoo" at the end all wrong? It looks like broken sample code that is suppose to be corrected for an in-class exercise.... specifically, name uses a capitalized "this." reference and the kingOfTheJungle is totally missing a "this." statement. The positive comments below I suspect are largely because you do a great job of explaining the topic prior to that example, but I thought it was worth pointing out. If someone else is reading this later, and no one has replied to this, then just know that a rather junior programmer has pointed out that there is likely a type doing the 2nd example and thus you'd do better just watching the part about cars (especially for syntax).

jonathancaldwell
Автор

Can't be any clearer. Nice! Thank you.

yogiky
Автор

Hi, Rob! Thanks for a great video! Just curious as to why in the Animal constructor function you didn't add the keyword 'this' to the kingOfJungle property. Again, thank you so much for taking the time to make such a great video!

ChiaraDeLucia