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
The idea behind this construct is to allow object instatiation without the new keyword. We discussed this in one of our calls and agreed that this probably isn't the best practice. It also creates unecessary noise in the code so let's remove this.
https://stackoverflow.com/questions/22211755/function-f-if-this-instanceof-f-return-new-f
The idea behind this construct is to allow object instatiation without the
newkeyword. We discussed this in one of our calls and agreed that this probably isn't the best practice. It also creates unecessary noise in the code so let's remove this.