Good sir.... Can I get more videos on types of method extraction is done by using bind method without changing the context of the "this"
@imonshomon30802 жыл бұрын
Nice
@imonshomon30802 жыл бұрын
Nice helpfull
@akash.deep10012 жыл бұрын
need more questions on Closures and truthy falsy
@feelwithmahi5662 жыл бұрын
Sure... I will do.
@feelwithmahi5662 жыл бұрын
kzbin.info/www/bejne/pKGWdqyNn7SqpJo
@Healthy_Notes2 жыл бұрын
Thanks for the concepts sir it's very much useful.
@feelwithmahi5662 жыл бұрын
It's my pleasure, Thank you ☺️
@ahmedaz69172 жыл бұрын
I want know In JS, the 'bind' method immediately invokes the function upon which it is called on. true ? and want know One of the traditional ways of keeping variables private was using an IIFE around the code . true ?
@feelwithmahi5662 жыл бұрын
bind() returns a bound function that, when executed later, will have the correct context ("this") for calling the original function. The function that is being returned closes over the variable. This allows the function to handle a private variable, a mutable state that cannot be accessed outside the function! What's more: because the function expressed is called immediately, the IIFE wraps up the code nicely so that we don't pollute the global scope
@pogakuramanjan94802 жыл бұрын
I think Bind method doesn't not invokes the function...it just return the function that is bound to the give object's context and with the other arguments.. Where we can use it afterwards... Am I right sir..
@swethagurram21002 жыл бұрын
You have to do more videos like this.
@feelwithmahi5662 жыл бұрын
Sure...
@dasarajusaikumar85852 жыл бұрын
Every day I am learning new concepts from your videos . Thanks alot 🙃
@feelwithmahi5662 жыл бұрын
It's my pleasure
@makeasence13442 жыл бұрын
Like logical
@feelwithmahi5662 жыл бұрын
Thank you
@swethagurram21002 жыл бұрын
Very useful video
@feelwithmahi5662 жыл бұрын
Thanks a lot
@dasarajusaikumar85852 жыл бұрын
Ur way of explaining is very good. Eagerly waiting for your next video