JavaScript Fundamentals: Functions are Objects

JavaScript Fundamentals: Functions are Objects

All Things JavaScript, LLC

4 года назад

12,696 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@EnzoAuditore
@EnzoAuditore - 29.07.2022 00:58

Thanks mate.

Ответить
@sorover111
@sorover111 - 03.07.2022 23:41

These kind of enlightening lessons/videos are great to help you once you really want to start to master JS

Ответить
@MaxenceCHEN
@MaxenceCHEN - 02.05.2022 04:25

The clearest video about functions that I have ever watched. I have been confused about this concept for weeks and I couldn't figure about how functions are stored. Thanks very much:)

Ответить
@mostafagh3573
@mostafagh3573 - 26.03.2022 09:38

thank u sir

Ответить
@karlstenator
@karlstenator - 16.12.2021 14:38

Thanks so much for these great lessons. I have a question, in that I'm attempting a couple of different techniques of hosting functions in objects - is what I'm attempting below possible?

const animals = {
Owner: 'Jane Doe',
cat: {
real_name: 'Catty Kit',
nick_name: 'Miss Kitty',
age: 12
},
dog: {
nick_name: 'doggy dag',
age: 6
},
fullname : function(_value) {
return this._value?.real_name + " " + this._value?.nick_name;
}
};

console.info("Here's an animal nick and real name " + animals.fullname("cat"));

Ответить
@cjm101
@cjm101 - 26.05.2021 18:19

Hello, this is a great tutorial, and thank you so much its appreciated! I'm still a novice and I have a question; I am following along writing the code you are writing but I cannot see same results, is it because I'm using a different IDE? I'm using visual studio code.

Ответить
@siyadeveloper
@siyadeveloper - 01.03.2021 20:43

The most important concept you share with us. Thank you so much!

Ответить
@ikhsanmaulana8660
@ikhsanmaulana8660 - 03.02.2021 20:41

why this in function mean global not the the fuction it self?

Ответить
@acethomas5774
@acethomas5774 - 28.01.2021 02:04

Can anyone plz help me with some JavaScript functions for this game that I play online

Ответить
@Hannah-ly6ff
@Hannah-ly6ff - 29.11.2020 09:30

thank you a lot!!!

Ответить
@astigmatik
@astigmatik - 17.11.2020 02:16

omg.. thanks for this really helpful. i knew some of these things partly but this video connected more dots in my head!

Ответить
@akshay__sood
@akshay__sood - 14.11.2020 23:13

Functions are objects and are Reference type too so how can we clone (shallow and deep) them just like arrays and object ?

Ответить
@andeslam7370
@andeslam7370 - 27.08.2020 04:39

this is so useful than those 4-hours long javascript tutorials
thanks sir

Ответить
@shuuheihisagi3148
@shuuheihisagi3148 - 07.08.2020 19:24

Glad I just found this channel. I know some javascript but I'm into learning its fundamentals more so I feel more confident while using it

Ответить
@adityabansal2737
@adityabansal2737 - 14.07.2020 17:47

You explained it very conceptualy exactly how i needed, love you.

Ответить
@aysatogi6503
@aysatogi6503 - 11.05.2020 21:16

great

Ответить
@halimaa213
@halimaa213 - 01.12.2019 14:04

Thank you sir, this has helped me so much! I was confused about why functions are objects. Not many instructors explain the reasons the way you did.

Ответить
@ajaynathgupta
@ajaynathgupta - 04.11.2019 18:38

Thanks for all your videos.

Ответить
@carlosfernandez6470
@carlosfernandez6470 - 01.11.2019 20:22

Not tired of saying, these are the best explained tutorials in the net

Ответить
@johnywalkie
@johnywalkie - 01.11.2019 00:20

Masterclass tutorial! Thank you!

Ответить