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 8358709
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T10:53:19+00:00 2026-06-09T10:53:19+00:00

I had the same question as posed here: Checking if a key exists in

  • 0

I had the same question as posed here: Checking if a key exists in a JavaScript object? .

However, I’m looking for a method which will work in all major browsers including IE 6+. The method I saw which I liked is the use of the in operator, which I’ve never seen before.

I tried something different in google chrome which seemed to work, but I’d like to know why its not used instead of the in operator.

For reference:

var data = {foo : "bar"};
console.log("foo" in data); // true
console.log("bar" in data); // false

My proposal:

var data = {foo : "bar"};
console.log(!!data.foo); // true
console.log(!!data.bar); // false

Are there any drawbacks with my (second) method?

  • 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-09T10:53:20+00:00Added an answer on June 9, 2026 at 10:53 am

    You seem to be looking for an alternative because you didn’t know about the in operator before, and assumed it was not supported by all major browsers. In fact, it is supported by all major browsers, including IE6. From MSDN:

    Supported in the following document modes: Quirks, Internet Explorer 6 standards, Internet Explorer 7 standards, Internet Explorer 8 standards, Internet Explorer 9 standards, Internet Explorer 10 standards.

    I’ll refrain from explaining the drawbacks of your proposed approach, since another answer and the comments already do that.

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

Sidebar

Related Questions

I had earlier posted a question, regarding same, but over here i want guidance
I have the same question for Maven that someone had about Ant ( How
This is the same project as the other question I had. I'm wondering how
I had posted the question once to http://doctype.com/within-same-line-have-center-element-right-most-element , but didn't get a good
I've had this a few times, so here goes: I'm making some plots which
I had the same question with $$ signs ( question with $$ ), but
I had asked the same question for iOS on iPad but now I am
I had the same question as the question How to add custom icon in
First of all, this question has no malicious purposes. I had asked the same
I had the same question as was asked in this thread , i.e. I

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.