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

The Archive Base Latest Questions

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

I am looking at the example here Using apply to chain constructors I understand

  • 0

I am looking at the example here Using apply to chain constructors

I understand it except for this line:

fNewConstr.prototype = fConstructor.prototype;

Why is it necessary and why does it not make it lose the function that was just defined for fNewConstr?

Function.prototype.construct = function (aArgs) {
    var fConstructor = this, fNewConstr = function () { fConstructor.apply(this, aArgs); };
    // Why doesn't fNewConstr.prototype get completely overwritten?
    fNewConstr.prototype = fConstructor.prototype;
    return new fNewConstr();
};



function MyConstructor () {
    for (var nProp = 0; nProp < arguments.length; nProp++) {
        this["property" + nProp] = arguments[nProp];
    }
}

var myArray = [4, "Hello world!", false];
var myInstance = MyConstructor.construct(myArray);

alert(myInstance.property1); // alerts "Hello world!"
alert(myInstance instanceof MyConstructor); // alerts "true"
alert(myInstance.constructor); // alerts "MyConstructor"
  • 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-14T12:37:01+00:00Added an answer on June 14, 2026 at 12:37 pm

    If you mean, why doesn’t fNewConstr (the function) get overwritten when you write

    fNewConstr.prototype = ...;
    

    …the answer is because nothing is overwriting it. That code just sets the prototype property of the function.

    If your question is: Why doesn’t fNewConstr get recreated each time construct is called, the answer is: It is.

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

Sidebar

Related Questions

I am looking at an example found here: http://perlmeme.org/tutorials/sort_function.html And it gives this code
looking at this example of the jquery ui slider http://jqueryui.com/demos/slider/#steps i want to be
I'm looking to center crop and image using Imagick PHP apis (not command line
I found great examples of what Im looking for here : http://hugoduncan.org/post/2010/shell_scripting_in_clojure_with_pallet.xhtml But seems
I'm looking for example code for setting up a connection to a bluetooth device
I'm looking for example of how I would solve the scenario below: Imagine my
I'm trying to learn Rails better by looking at example applications, and while looking
Looking for an example or documentation links as to how to implement a method
im looking for an example script. I saw one yesterday but for the life
I was looking at the example in Microsoft KB318804 but they use the threadId

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.