Objects and Prototypes In-depth 03 - Creating Objects

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

Continuing a recap of basics, here's a refresher on how to create objects in JavaScript.
Рекомендации по теме
Комментарии
Автор

Not only are your tutorials great, but you are also a fan of The Office, that makes you even more awesome.

gherbihicham
Автор

This is the clearest explanation I've ever seen.

wkl
Автор

"Assistant to the Regional Manager" :D

MrEternalFool
Автор

Automatic thumbs up for the office reference

jimmyciaston
Автор

Great tutorial ! Thank you for sharing it with us, keep up the good work !

googlesuxxx
Автор

best tutorial !!! thank you so much Sir !!!

gomathirr
Автор

good to know that you have an awesome taste in tv series...

InDiAnAjOnEs
Автор

Thank you very much! I finally got it this time

lolochan
Автор

I wish to see how this fits in when developing a website

iperpituallocomotionz
Автор

good and easy expalanation, thank you <3

professeurish
Автор

Ain't no concept that is gonna be unclear when Michael and Dwight get involved!

shivaliksingh
Автор

How is it that you do not need to add properties INSIDE of the object parameters {..} ??? I keep getting a syntax error in my console :(

cy
Автор

Identity theft is not a joke, Jim! Millions of families suffer every year!

adityjshi
Автор

Hahahahaahaha the Office references 😂😂

sush
Автор

I use this keyword, and i found it easy
check please

function emp (fname, lname, sex, design){
this.firstName = fname;
this.lastName = lname;
this.gender = sex;
this.designation=design;
}
var emp1 = new emp ("Baqar", "Hussain", "male", "officer");

BaqarMCA
Автор

your typing looks like a Robot... tell me is it not a hackerTyper

bossysmaxx