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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T02:32:21+00:00 2026-05-31T02:32:21+00:00

I have a question with multiple answers. I want an array that has two

  • 0

I have a question with multiple answers. I want an array that has two spots, the first can only hold one value (one question), the second can hold an array (multiple answers).

Question: ‘favorite colors’
Answers: ‘blue’ ‘black’ ‘red’

var answer = [];
var question [[],answer];

I’m unable to get this to work properly. 🙁

  • 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-31T02:32:23+00:00Added an answer on May 31, 2026 at 2:32 am

    Is it what you wanted?

    var question = 'What is your favourite color?';
    var answers = ['blue', 'yellow', 'black', 'pink', 'omg, ponies!'];
    
    var your_array = [question, answers];
    

    or without immediate variables:

    var your_array = [
        'What is your favourite color?', // question here
        ['blue', 'yellow', 'black', 'pink', 'omg, ponies!'] // answers array here
    ];
    

    To get the question you do:

    var your_question = your_array[0];
    

    To get the list (array) of answers you do:

    var your_answers = your_array[1];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have only a little question: Why the CFPreferences-API creates multiple files in my
Newbie question. I have a NSMutableArray that holds multiple objects (objects that stores Bezier
I have created a set of templates that I want to share across multiple
I have seen this question asked multiple times and none of the answers seem
I have a model Question which can have several Answer instances, each one with
I know this question has been asked multiple times but all the answers seem
I asked this question to multiple people and until now I do not have
I have a question about the JFileChooser in Swing. I'm trying to get multiple
Multiple part question on running gvim on windows xp. I have a _vimrc file
My question is as follows: I have given a workbook to multiple people. They

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.