This commit is contained in:
Ilya Kantor 2019-09-29 13:46:59 +03:00
parent 2400b4097a
commit 2f725bcd01

View file

@ -19,7 +19,6 @@ let rabbit = new Rabbit("Rab");
*!*
// hasOwnProperty method is from Object.prototype
// rabbit.__proto__ === Object.prototype
alert( rabbit.hasOwnProperty('name') ); // true
*/!*
```