You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bind -> returns a function def -> fn.bind(thisArg,a,b,c,d...)->
useful when using asynchronous functions (or functions called later)
and when we do not know the exact arguments
The new keyword
new keyword when called will create a new object. The this
refers to the new object.