Updated errata.md

This commit is contained in:
Karan
2022-01-03 17:57:58 +05:30
committed by GitHub
parent 5005a3cfb1
commit 6349e13797
+3
View File
@@ -22,3 +22,6 @@ if(hobby = "coding"){
console.log("** Can you teach me that? **"); 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.