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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T15:41:31+00:00 2026-06-05T15:41:31+00:00

Is There a way to do an hash map in javascript that holds 1

  • 0

Is There a way to do an hash map in javascript that holds 1 key and 2 values?

For an hash map with key and value in javascript i can do something like this:

var userList = {
     11234321:"koko",
     22342342:"jojo",
     32342423:"fofo",
     42342342:"momo"                    
    }

So for each ID number i have user name.

Now, i want to add another value, like: user age.

There is a way to do that? any other solution to the problem?

  • 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-05T15:41:33+00:00Added an answer on June 5, 2026 at 3:41 pm

    Essentially what you’re asking for is a multidimensional associative array. The JavaScript implementation of that is nested objects, along these lines:

    var userList = {
        11234321:{
            "username": "koko",
            "age": 24
        },
        22342342:{
            "username": "jojo",
            "age": 33
        },
        ...
    };
    

    Note that there is no limit to how deep these nests go.

    To access a particular username, for example, you would access userList[id]['username'] (or userList[id].username), just like an associative array in other languages.

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

Sidebar

Related Questions

is there any way I can reproduce this ruby function: def Password.hash(password,salt) Digest::SHA512.hexdigest(#{password}:#{salt}) end
Is there a way to grab the URL's hash value (e.g. the 35 in
Is there a way to return a new version of an array/hash that does
Is there a way to get the value of a HashMap randomly in Java?
Is there a way to synchronize the entry values of a hashmap with a
Is there a better way extract the current revision hash in Mercurial than hg
As far as I know, there's no way to get url hash in a
Is there a simpler way to write this code in Clojure : (def queue
I am trying to pull the values from hash map and put them in
my (@keys,@values) = ($text =~ /\{IS\:([a-zA-Z0-9_-]+)\}(.*)\{\\IS\:([a-zA-Z0-9_-]+)\}/g); is supposed to match strings like this {IS:cow}moo{\IS:cow}

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.