Nuyoah

Results 1 issues of Nuyoah

``` Child.prototype = new Parent(); var child1 = new Child(); console.log(child1.getName()) // kevin ``` 这一块好像最后还会打印undefined,是因为es6规则发生了改变吗