Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8695291
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T00:59:40+00:00 2026-06-13T00:59:40+00:00

I know that there are many quirks with the equality operator ( == ).

  • 0

I know that there are many quirks with the equality operator (==). For example, following are all true…

null == undefined
1 == '1'
true == 1
false == ''

In all the above cases, using identity operator (===) would have returned the (strictly) correct answer.

But, when I just want to compare simpler things that do not suffer from quirks, why shouldn’t I use the equality operator. For example…

typeof x == 'number'
str == 'something'

So, my question is; why does the equality operator have such a derogatory status, when in fact it’s useful in some situations.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T00:59:42+00:00Added an answer on June 13, 2026 at 12:59 am

    There is absolutely nothing wrong with using == when the operands are guaranteed to be of the same type. When the operands are of the same type, it is specified to perform exactly the same steps as ===. A good example is when using typeof.

    The reason for == being frowned upon in such circumstances is purely stylistic. The argument is that code is easier to read if === is used consistently throughout without having to consider the implications of seeing a use of ==. A lot of this originates with Douglas Crockford and is perpetuated by his JSLint tool.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

First of all: I do know that there are already many questions and answers
There are many things that all programmers should know, but I am particularly interested
I know that there are many binary operations to show that something is true
We all know that there are many different selector combinations one can use to
First of all... Sorry for this post. I know that there are many many
Okay, I know that there are many question about it, but they are all
I know that there are many Delphi database related questions available, but I'm considering
I know that there are many different questions about this sort of topic on
Firstly I know that there are many question and solutions to correct thread marshalling
It's my first question on SO. I know that there were many topics on

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.