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

The Archive Base Latest Questions

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

i have a three arrays in javascript var array1 = new Array (1,2,3,4,5); var

  • 0

i have a three arrays in javascript

var array1 = new Array (1,2,3,4,5);
var array2 = new Array ("a", "b", "c", "d", "e");
var array3 = new Array ("a", "c", "d");

and i basically want to:

  1. Create a new array with array2 minus items in array3. So it should result in

    var array4 = new Array {“b”, “e”};

  2. Create another array with the corresponding index of array1 that aligns with array 4, so in this case i would also want to be able to generate

    var array5 = new Array {2, 5}

i know in dotnet 3.5 there are lots of simple methods to do this operation but wasn’t sure if javascript had anything similar.

  • 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-13T11:26:37+00:00Added an answer on May 13, 2026 at 11:26 am

    Ok, for starters, array declaration takes one of two forms:

    var myArr = new Array(1, 2, 3);
    // or
    var myArr = [1, 2, 3];
    

    The second option is better, btw. See here for reasons.

    What you’re actually looking for is something called difference (as opposed to intersection or union). There’s some other questions on Stack Overflow about array difference, like this one, however the accepted solution uses for .. in on an array, which is not a good idea. I heard Doug Crockford literally punches you in the face through the Internet every time you do that. Here’s a more technical discussion about it if you’re interested.

    The answers to this question might suit you better.

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

Sidebar

Ask A Question

Stats

  • Questions 306k
  • Answers 306k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Placement of style sheets always matters in CSS, conditional comments… May 13, 2026 at 9:19 pm
  • Editorial Team
    Editorial Team added an answer For starters, you have a few errors in your code.… May 13, 2026 at 9:19 pm
  • Editorial Team
    Editorial Team added an answer Assuming that the com.foo:Bar:jar:1.2.3 artifact is declared as dependency in… May 13, 2026 at 9:19 pm

Related Questions

I have a calc function in java script that takes three integer parameters, following
normally JavaScript’s toString() method returns the array in a comma seperated value like this
There’s a really cool diff class hosted by Google here: http://code.google.com/p/google-diff-match-patch/ I’ve used it
I've been reading Diaz's book Pro JavaScript Design Patterns. Great book. I myself am
I've declared Javascript arrays in such a way that I could then access them

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.