Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert var to let & Convert Non-strict to strict equality checking #2904

Merged
merged 4 commits into from
Nov 13, 2017

Commits on Nov 13, 2017

  1. Convert var to let

    kale-io committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    2fbbd92 View commit details
    Browse the repository at this point in the history
  2. Convert Non-strict to strict equality checking

    Avoid the more obscure equality algorithm used when using == / != and rely on the strict equality checking algorithm employed by === / !===
    kale-io committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    4b0905d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84bd995 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a42593 View commit details
    Browse the repository at this point in the history