Skip to content

Commit

Permalink
learned that we cant use call apply or bind in arrow fucntion scope
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhav164 committed Apr 8, 2024
1 parent c751192 commit 289cc4d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions demo/45_Arrow_functons.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,10 @@ const product = {
thus in general we can say that use of this in arrow function scope
is not usefull
*/


/********_______Note______*/

/***
we cant use call apply or bind in arrow fucntion scope it will not work
*/

0 comments on commit 289cc4d

Please sign in to comment.