Skip to content

Fixed JS comparisons that may cause unexpected type coercion - #33

Open
jose wants to merge 1 commit into
oreilly-qc:masterfrom
jose:fix-js-comparisons
Open

Fixed JS comparisons that may cause unexpected type coercion#33
jose wants to merge 1 commit into
oreilly-qc:masterfrom
jose:fix-js-comparisons

Conversation

@jose

@jose jose commented Dec 10, 2020

Copy link
Copy Markdown

No description provided.

…il, replaced `==` (equal to) with `===` (equal value and equal type) and `!=` (not equal) with `!==` (not equal value or not equal type).
@jose
jose force-pushed the fix-js-comparisons branch from 6bcd8cc to 2a04a6a Compare December 10, 2020 23:21
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.

1 participant