This commit is contained in:
Ilya Kantor 2019-08-04 01:11:10 +03:00
parent e50185af4b
commit 63243255a0
2 changed files with 1 additions and 1 deletions

View file

@ -2,7 +2,7 @@
The `"prototype"` property is widely used by the core of JavaScript itself. All built-in constructor functions use it. The `"prototype"` property is widely used by the core of JavaScript itself. All built-in constructor functions use it.
We'll see how it works first, and then how to use it for adding new capabilities to built-in objects. First we'll see at the details, and then how to use it for adding new capabilities to built-in objects.
## Object.prototype ## Object.prototype