Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c0ff7ca

Browse files
committedMar 10, 2019
Replace old, broken chapter link with new chapters
1 parent 364e707 commit c0ff7ca

File tree

1 file changed

+1
-1
lines changed
  • 1-js/04-object-basics/06-constructor-new

1 file changed

+1
-1
lines changed
 

‎1-js/04-object-basics/06-constructor-new/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,5 +225,5 @@ JavaScript provides constructor functions for many built-in language objects: li
225225
```smart header="Objects, we'll be back!"
226226
In this chapter we only cover the basics about objects and constructors. They are essential for learning more about data types and functions in the next chapters.
227227
228-
After we learn that, in the chapter <info:object-oriented-programming> we return to objects and cover them in-depth, including inheritance and classes.
228+
After we learn that, we return to objects and cover them in-depth in the chapters <info:prototypes> and <info:classes>.
229229
```

0 commit comments

Comments
 (0)
Please sign in to comment.