mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2024-04-21 12:32:22 +00:00
@@ -1032,6 +1032,7 @@ const proto = {
|
||||
};
|
||||
|
||||
const obj = {
|
||||
foo: 'world',
|
||||
find() {
|
||||
return super.foo;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user