We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e50185a commit 6324325Copy full SHA for 6324325
1-js/08-prototypes/03-native-prototypes/article.md
@@ -2,7 +2,7 @@
2
3
The `"prototype"` property is widely used by the core of JavaScript itself. All built-in constructor functions use it.
4
5
-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.
6
7
## Object.prototype
8
1-js/99-js-misc/11-currying-partials/article.md renamed to 1-js/99-js-misc/03-currying-partials/article.md
0 commit comments