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

The Archive Base Latest Questions

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

Excuse me for not using any technical descriptions here as I am new to

  • 0

Excuse me for not using any technical descriptions here as I am new to javascript. But this is a simple question for anyone learned in javascript.

I am just trying to create a new class that takes only one argument from an existing one that takes two or more arguments.

var newclass(arg) = oldclass(1,"hello",arg); // newclass is pre-filled with 1 and "hello"

Therefore I want to essentially pre-fill the arguments so I may only have to pass one argument in. What is the proper way of doing this in javascript?

  • 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-13T12:57:00+00:00Added an answer on June 13, 2026 at 12:57 pm

    JavaScript doesnt support default parameters. You can do something along the lines of:

    function newClass(arg) {
      return oldClass(1, "hello", arg);
    }
    

    or:

    function oldClass(arg1, arg2, arg3) {
      arg2 = typeof arg2 !== 'undefined' ? arg2 : "hello";
      arg3 = typeof arg3 !== 'undefined' ? arg3 : 1;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a simple javascript question (I'm not a javascript expert, so excuse me
Excuse me first. because i don't know this is question is valid or not.
Excuse the n00bness of this question, but I have a web application where I
First of all, please excuse any typo, English is not my native language. Here's
This is my first question, so please excuse me for any mistake I make.
Please excuse my question if it doesnt make much sense. I am using javascript
I am very new to Jquery so please excuse this noobie question. I am
I am relatively new to JQuery, so please excuse this question if it seems
excuse me in advance if this is not the right title for the problem
Im not a developer (not a proper one) but always up for an excuse

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.