• Home
  • About
    • Michael Dixon photo

      Michael Dixon

      Perpetual Beginner

    • Learn More
    • Twitter
    • LinkedIn
    • Github
  • Posts
    • All Posts
    • All Tags
  • Projects

Abstract vs Strict Equality in Javascript

02 Feb 2016

Testing for equality is fundamental in computer science. And while it seems like a straightforward concept (Thing A is the same as Thing B, or it isn’t) there are some subtleties that can, at first, seem strange. For example, it seems a common source of confusion for those new to javascript is whether to use == or === when making an equality comparison. This post will explain the difference between these two operators and how to decide when to use one over the other….

Click here to read the full article.



javascriptequalityarticle Like Tweet +1