Closed kirandash closed 1 year ago
i can take that
@kirandash I would like to work on that can you assign it to me..
@kirandash I would like to work on that can you assign it to me..
Hi @RahulRana701 Thanks a lot for showing your request! 🙏
But since @MehmetTerc had commented before, I would be assigning this task to him. But there are other open issues on this repo. Feel free to comment on any one of them.
Thanks @JP-GECT for your contribution.
Please create an MCQA to be added as question number 35.
The multiple choice question should be on the topic "this object". The difficulty level should be "Easy/Medium"
Tasks:
Explanation:
this
contains the current contextthis
will always returnwindow
context unless it is wrapped in an object or wrapperthis
doesn't work with arrow fn. Since with ES6: this was removed from arrow fn and added toclass
. In arrow function,this
will point towindow