Skip to content

Conversation

@leftclickben
Copy link
Contributor

I noticed the use of == and != in the first section, but these operators are particularly unhelpful, especially for beginners.

  • Change == to === and != to !==.
  • Add note about not using == and !=.
  • Add point about the result of a comparison operator being a boolean.
  • Some whitespace cleanup.

+ Change `==` to `===` and `!=` to `!==`.
+ Add note about not using `==` and `!=`.
+ Add point about the result of a comparison operator being a boolean.
+ Some whitespace cleanup.
@ButenkoT ButenkoT merged commit badce62 into muses-code-js:master Jul 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants