#28 What is this? | JavaScript

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

More Learning :

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

Waah Bhaisahabh, Maan You deserve 10M subscribers

prajjwalchauhan
Автор

After watching tons of videos, Finally, someone made it clear, Thank You So much sir!!!

geek_abhishek
Автор

, The best explanation about this, youre an exceptional tutor Naveen, kudos

Jacob_EstateAgent
Автор

"this" does not work with "Arrow" Function, it is mandatory to write "function" within.

kumargaurav
Автор

Excellent, Excellent. you are born as a teacher.

aminulislam-ibbo
Автор

I love this guy, I'm always back here

belgianheskey
Автор

Hello sir,
This series is very enthusiastic .
How many days or videos it takes for complete tutorial?

b.bharadwaj
Автор

Sir, this is really helpful and amazing....
any content would be great for Data structure and algorithims

jibanjyotinayak
Автор

Love your explanation, makes more sense now. Thank you! I will refer this video again.

ivanurbina
Автор

You have no idea man, I love you and your videos soooo much🥺🖤

emmanuelayinbotansobila
Автор

Thanks a lot, Please make videos on advanced javascript concepts coz you make things very easy to understand thanks again

abhitripathi
Автор

You made it very clear. Great explanation sir. Thanks a lot.

infectedswarm
Автор

"this" refers to the "Current object calling the variable/method"

talhatayyab
Автор

I was badly stuck, Thanks for uploading

fuxailrashid
Автор

I tried using arrow function here but it gives 'undefined' as output, why ? Please let me know.
let laptop = {
ram: 32,
cpu: 'i15',
brand: 'Asus',

getConfig: () => {
console.log(this.brand);
}
}

laptop.getConfig();

SachinKumar-rttp
Автор

Confused with closure (which is able to get the data in the lexical scope and "this". .) Please refer"
function init() {
var name = 'Mozilla'; // name is a local variable created by init
function displayName() { // displayName() is the inner function, a closure
alert(name); // use variable declared in the parent function
}
displayName();
}
init();

"

richcaro
Автор

hi I like your explanation, it is great!!! but I leave you a constructive comment. after minute 4:11 start getting a bit distracted because video changes. thanks again and I learnt a lot :)

herbertflores
Автор

sir is their any issue with "this" because when I am using arrow function it is showing undefined in O/P

prakharshukla
Автор

Sir,
If i try to use arrow function instead of declaring "function" keyword, it's throwing an output of "undefined"..

Can u pls tell me y this is happening!!!

sathyabhat
Автор

Thanks mate. Great video and great explanation

rodrigonikolof