From f20632ab9e39e714921baf159a090cf097b6a447 Mon Sep 17 00:00:00 2001 From: Karan <50290386+Sonawane-Karan26@users.noreply.github.com> Date: Thu, 27 Jul 2023 12:32:42 +0530 Subject: [PATCH] Update errata.md --- errata.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/errata.md b/errata.md index a91cf4c..2aec0a3 100644 --- a/errata.md +++ b/errata.md @@ -26,6 +26,8 @@ if(hobby = "coding"){ ## Chapter 14, Page 379 - Replaced `Exercise 14.4` with correct solution Solution for [Exercise 14.4](https://github.com/PacktPublishing/JavaScript-from-Beginner-to-Professional/blob/main/Chapter%2014/Exercise_14.4.html) is now fixed. +## Chapter 05, Page 88 - While loops, corrected the console.log output +The output in the book currently shows `1-9`. The correct output has to be from `0-9` ## Chapter 05, Page 89 - Added the missing `console.log` statement on line 8 to match the output ```