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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T22:58:47+00:00 2026-06-05T22:58:47+00:00

Just a (hopefully) quick question to clear something up with how Javascript handles objects.

  • 0

Just a (hopefully) quick question to clear something up with how Javascript handles objects. I’m not used to JS so it came as a bit of a surprise, which is why I want to double check!

Say I have an object:

function food(price) {
  this.price = price || 100; 
}

var myFood = new food(100);

And then store this object in two arrays:

var foo = [];
var bar = [];
foo.push(myFood);
bar.push(myFood);

Am I right in thinking that all I’m doing here is storing a REFERENCE to myFood? I’m not creating a COPY of the object? So if I were to, say:

foo[0].price = 50;

Would bar[0].price ALSO == 50, as it stores a reference to myFood, and it is myFood that has actually had its price affected, not foo or bar?

Many thanks in advance! I’ve seen a few stack overflow threads that mention this issue as part of a wider post, but I just wanted to lay it all out there to make sure!
Best regards

  • 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-05T22:58:48+00:00Added an answer on June 5, 2026 at 10:58 pm

    Yes, javascript will just push a reference not a copy of the object.

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

Sidebar

Related Questions

Just a quick regex question...hopefully I have a string that looks something like this:
Quick question, hopefully I am just missing something simple. Ok I have one class
Just a (hopefully) quick question, I have the following HTML code: <tr> <td><img src=img/icons/file_pdf.png></td>
Just a quick question (hopefully). I want to slide one div in front of
Ok guys, just a quick question hopefully someone can find my mistake quickly, but
quick question I'm struggling with, hopefully I've just got a brain-blockage and I'm missing
Hopefully this is just a quick one and I'm missing something simple... I've got
just a quick question to hopefully get pointed in the right direction. I took
I have just started looking at javascript so hopefully this will be something simple.
Just a couple of quick questions...not too hard to answer hopefully! How do I

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.