Errata file updated
This commit is contained in:
@@ -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")`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user