Errata file updated

This commit is contained in:
Karan
2021-12-21 17:51:05 +05:30
committed by GitHub
parent 152a602523
commit ebab9a9644
+1 -1
View File
@@ -2,7 +2,7 @@
---------------------------------------------------- ----------------------------------------------------
If you find any mistakes in the second edition of JavaScript from Beginner to Professional, or if you have suggestions for improvements, then please [raise an issue in this repository](https://github.com/PacktPublishing/JavaScript-from-Beginner-to-Professional/issues), or email to us. If you find any mistakes in the second edition of JavaScript from Beginner to Professional, or if you have suggestions for improvements, then please [raise an issue in this repository](https://github.com/PacktPublishing/JavaScript-from-Beginner-to-Professional/issues), or email to us.
## Page 8 - Fixing the equals syntax in an `if` statement ## Chapter 04, Page 2 - Fixing the equals syntax in an `if` statement
The example of an `if` statement here explains how a single `=` sign is always true. It should be `if(hobby = "coding")` The example of an `if` statement here explains how a single `=` sign is always true. It should be `if(hobby = "coding")`