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

  • Home
  • SEARCH
  • 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 556043
In Process

The Archive Base Latest Questions

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

I do not understand quite completely how to apply constructors on this object creation

  • 0

I do not understand quite completely how to apply constructors on this object creation method:


var MyObject = {
   ...
};

I know that you can do:


var MyObject = new Object();
MyObject.prototype.constructor = function(props)
{
  ...
}

or…


function MyObject(prop1, prop2)
{
 this.prop1 = prop1;
 ...
}

Can I do something like this?


var MyObject = {
   MyObject: function(prop1, prop2)
   {
     ...
   }
}

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

    No, you can’t, that would simply create a (static) method on MyObject — MyObject.MyObject. In JavaScript, a constructor is the class. Class methods and properties are created either inside the constructor using this. or by adding to the prototype (outside of the constructor) using MyClass.prototype.. You can think of “objects” in JavaScript as static classes.

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

Sidebar

Related Questions

I'm not really sure to understand completely the factory pattern. Let's say I have
i do not quite understand what is wrong with my code - it is
I'm quite new to Wordpress and don't quite understand one simple problem that I
I can create a class which extends Thread and overrides the run method with
Context: I can create a shared object library which is linked to a static
I've been an avid learner of the Python language for quite some time. Having
I am building a javascript widget that should load asynchronously. Problem is that there
Not sure the best way to phrase the question, but suppose you are using
I discovered Tapestry 5, quite recently, its clear separation between view and controller, the
The code below is taken directly from the sample project accompanying the article on

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.