From 6349e13797994bc56adee4ed157dc0f4d5f78525 Mon Sep 17 00:00:00 2001 From: Karan <50290386+Sonawane-Karan26@users.noreply.github.com> Date: Mon, 3 Jan 2022 17:57:58 +0530 Subject: [PATCH] Updated errata.md --- errata.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/errata.md b/errata.md index d705f04..19844c7 100644 --- a/errata.md +++ b/errata.md @@ -22,3 +22,6 @@ if(hobby = "coding"){ console.log("** Can you teach me that? **"); } ``` + +## Chapter 14, Page 379 - Replaced `Exercise 14.4` with correct solution, and the same is in the Appendix of the book on page #492 +Solution for Exercise 14.4 is now fixed.