From c0ff7ca75b9b7c4d152fd70c66751157d5eb1cf6 Mon Sep 17 00:00:00 2001 From: George Solomos Date: Sun, 10 Mar 2019 18:34:36 +1030 Subject: [PATCH] Replace old, broken chapter link with new chapters --- 1-js/04-object-basics/06-constructor-new/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/04-object-basics/06-constructor-new/article.md b/1-js/04-object-basics/06-constructor-new/article.md index 5fe6e5d9..eb452f2f 100644 --- a/1-js/04-object-basics/06-constructor-new/article.md +++ b/1-js/04-object-basics/06-constructor-new/article.md @@ -225,5 +225,5 @@ JavaScript provides constructor functions for many built-in language objects: li ```smart header="Objects, we'll be back!" 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. -After we learn that, in the chapter we return to objects and cover them in-depth, including inheritance and classes. +After we learn that, we return to objects and cover them in-depth in the chapters and . ```