Skip to content

Commit 6324325

Browse files
committed
minor
1 parent e50185a commit 6324325

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

1-js/08-prototypes/03-native-prototypes/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The `"prototype"` property is widely used by the core of JavaScript itself. All built-in constructor functions use it.
44

5-
We'll see how it works first, and then how to use it for adding new capabilities to built-in objects.
5+
First we'll see at the details, and then how to use it for adding new capabilities to built-in objects.
66

77
## Object.prototype
88

0 commit comments

Comments
 (0)