WhaleMr
Results
2
issues of
WhaleMr
Function.prototype.myCall = function (context, ...paramsArr) { if (context === null || context === undefined) { context = window; } else { context = Object(context); // *** } const specialPrototype =...