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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T11:28:30+00:00 2026-05-26T11:28:30+00:00

This is only mere example. However the basis of what I am doing is

  • 0

This is only mere example. However the basis of what I am doing is running through a loop where one of the objects in the loop can have one of the below objects what I want to do is find in said object below if there is a match to the object I am looping through where if there is a match I want to use the use the object below matching value.

prettyNames = {
    "namenode": "Name Nodes",
    "secondarynamenode":"Secondary Name Nodes",
    "datanode":"Data Nodes",
    "web":"Web",
    "tasktracker":"Task Trackers",
    "jobtracker":"Job Trackers",
    "oozie":"Oozie",
    "single-namenode":"Single NameNode",
    "single-databse":"Single Database"
};

So with that I know how to do it with PHP and I thought I knew how I could it with javascript. However Its not working as well as I thought so I am looking for ideas how to handle it properly.

Edit
What I have is an JSON object I am iterating through via a for each style loop. Where one of the objects within that JSON is a more like an ID from the system output. What I want to do is while running through that loop take that object as a variable and compare it to the variables/objects in the prettyNames object so if its found in prettyNames it will use that value instead of the default system output. Ultimately I am also trying to avoid having eventually dozens of nested if statements to do the same thing

  • 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-05-26T11:28:31+00:00Added an answer on May 26, 2026 at 11:28 am
    var _key = 'namenode';
    
    for( var i in prettyNames ) {
        // i will container the keys
        if ( i == _key ){
            //prettyName[i] will be your value
        }
    }
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am not sure whether this only happens to me. Basically if I have
I have tried : c(module_name). : but this only works from the shell, and
I have a custom class that uses boost mutexes and locks like this (only
This only happens from time to time, seems random and I have not been
This only happens on one of my machines. I think it's an environment configuration
As far as I can tell this only is only broken in Internet Explorer.
I have implemented something similar to this only real difference is string filename =
This only occurs in Internet Explorer. I have a ListBox which is in an
I've tested this only in Firefox, but apparently you can use an empty string
The post I am referring to is this. Not only does the first one

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.