After watching this video, I think i don't know JS enough even after coding in JS for 2+ years, Thank you so much for the top notch content. Keep going !
For the third question the answer should be undefined because as we know the arrow function would point to the global object and we are trying to print this.name on the global object and that key does not exist only so it should be undefined
The best part is your explanations.Love this series. Pls continue this regularly very, very helpful.
Thank you! Please share it with others to raise awareness. It motivates to do more. 🙌🏼
@@DevtoolsTech 👍
After watching this video, I think i don't know JS enough even after coding in JS for 2+ years, Thank you so much for the top notch content. Keep going !
Thank you so much! That is the aim with the channel to provide helpful and meaningful content. 🙏🏻
This series will very interesting. Thanks for creating such video's. it was much needed.
Glad to hear that! More to come. 🙌🏼
Thanks Yomesh. I was waiting for your video. Will solved this and last week question both.
Great! 🙏🏻
👏top notch content
Thank you! 🙏🏻
this is so helpful ....waiting for the next part
Already in process of planning it. It will be out soon!
Amazing! Very helpful
Glad to hear that!
You nailed it bro 🎉
Thank you 🙌🏼
Very infornative video, keep it up.
Thanks!
This is helpful. Thanks
For the third question the answer should be undefined because as we know the arrow function would point to the global object and we are trying to print this.name on the global object and that key does not exist only so it should be undefined
Yes, it could be. Depends upon if the that key is set by any other code. Most likely it would be undefined.