Tak Cha

Results 1 issues of Tak Cha

To inherit static method of the parent class, in es5, the child function's prototype link called `__proto__` should be assigned as parent function itself. For example, ```js function Parent(){} function...