mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2025-05-28 21:32:20 +00:00
commit
13e78981e8
@ -1032,6 +1032,7 @@ const proto = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const obj = {
|
const obj = {
|
||||||
|
foo: 'world',
|
||||||
find() {
|
find() {
|
||||||
return super.foo;
|
return super.foo;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user