Пікірлер
@reddybabukelangi3575
@reddybabukelangi3575 7 ай бұрын
Usefull
@Sivajich34567
@Sivajich34567 Жыл бұрын
Nice
@pogakuramanjan9480
@pogakuramanjan9480 2 жыл бұрын
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"
@imonshomon3080
@imonshomon3080 2 жыл бұрын
Nice
@imonshomon3080
@imonshomon3080 2 жыл бұрын
Nice helpfull
@akash.deep1001
@akash.deep1001 2 жыл бұрын
need more questions on Closures and truthy falsy
@feelwithmahi566
@feelwithmahi566 2 жыл бұрын
Sure... I will do.
@feelwithmahi566
@feelwithmahi566 2 жыл бұрын
kzbin.info/www/bejne/pKGWdqyNn7SqpJo
@Healthy_Notes
@Healthy_Notes 2 жыл бұрын
Thanks for the concepts sir it's very much useful.
@feelwithmahi566
@feelwithmahi566 2 жыл бұрын
It's my pleasure, Thank you ☺️
@ahmedaz6917
@ahmedaz6917 2 жыл бұрын
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 ?
@feelwithmahi566
@feelwithmahi566 2 жыл бұрын
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
@pogakuramanjan9480
@pogakuramanjan9480 2 жыл бұрын
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..
@swethagurram2100
@swethagurram2100 2 жыл бұрын
You have to do more videos like this.
@feelwithmahi566
@feelwithmahi566 2 жыл бұрын
Sure...
@dasarajusaikumar8585
@dasarajusaikumar8585 2 жыл бұрын
Every day I am learning new concepts from your videos . Thanks alot 🙃
@feelwithmahi566
@feelwithmahi566 2 жыл бұрын
It's my pleasure
@makeasence1344
@makeasence1344 2 жыл бұрын
Like logical
@feelwithmahi566
@feelwithmahi566 2 жыл бұрын
Thank you
@swethagurram2100
@swethagurram2100 2 жыл бұрын
Very useful video
@feelwithmahi566
@feelwithmahi566 2 жыл бұрын
Thanks a lot
@dasarajusaikumar8585
@dasarajusaikumar8585 2 жыл бұрын
Ur way of explaining is very good. Eagerly waiting for your next video
@feelwithmahi566
@feelwithmahi566 2 жыл бұрын
Thank you so much, sure I will do more videos
@swethagurram2100
@swethagurram2100 2 жыл бұрын
Very nice explanation
@feelwithmahi566
@feelwithmahi566 2 жыл бұрын
Thank you ☺️
@swethagurram2100
@swethagurram2100 2 жыл бұрын
Very interesting tutorial..keep more videos
@feelwithmahi566
@feelwithmahi566 2 жыл бұрын
Thank you so much...yes, I will do