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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T17:59:14+00:00 2026-06-13T17:59:14+00:00

If I have something like [Object(id:03235252, name:streetAddress), Object(id:32624666, name:zipCode)…] How can I remove an

  • 0

If I have something like

[Object(id:03235252, name:"streetAddress"), Object(id:32624666, name:"zipCode")...]

How can I remove an object from that array that has name set to “zipCode”?

  • 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-13T17:59:15+00:00Added an answer on June 13, 2026 at 5:59 pm

    If you need to modify the existing Array, you should use splice().

    for (var i = array.length - 1; i > -1; i--) {
        if (array[i].name === "zipCode")
            array.splice(i, 1);
    }
    

    Notice that I’m looping in reverse. This is in order to deal with the fact that when you do a .splice(i, 1), the array will be reindexed.

    If we did a forward loop, we would also need to adjust i whenever we do a .splice() in order to avoid skipping an index.

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

Sidebar

Related Questions

I have a json object that looks something like this: Array ( [algorithm] =>
In HTML you have something like: <object ...> <param name=onLoad value=loaded/> </object> You can
I have a list of object that is the data source. Something like that:
I have something like this: <OBJECT id='MyObject' name='MyObject' classid='clsid:2C582098-28CA-224e-D9B9-34E516F10E9F' width='...' height='...'> I was determining
I have something like: $client = new Zend_XmlRpc_Client('<XML-RPC URL>'); $result = $client->call('<method name>', array(
I have to pass an object to an button's action... something like [myButton addTarget:self
I have a List of String objects that are pipe delimited. something like this:
I have something like 27001 errors, and they are all from generated files in
If I have something like: object value = null; Foo foo = new Foo();
If I have something like: var query = from children in _data.Children where children.ChildId

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.