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

The Archive Base Latest Questions

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

I saw some javaScript, like Backbone-relational written in this way: ( function( undefined )

  • 0

I saw some javaScript, like Backbone-relational written in this way:

( function( undefined ) {
    "use strict";
        // some code
})();

My question is: When should undefined parameter be used?
Always or in special circumstances?

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

    Most of the time when you see that pattern they are ensuring that ‘undefined’ is truly undefined. See how at the bottom they don’t pass any arguments.

    This is a self executing function and you can pass parameters to it.

    (function(undefined) {  // no parameters are passed in so undefined is undefined.
     "use strict";
    
    })(/*no parameters passed*/)
    

    If your code is using undefined and you need to ensure that some other javascript library doesn’t alter the meaning of undefined then you would want to use this pattern. However, this is not something that commonly occurs, it is just a safety net. For some reason in javascript ‘undefined’ can be set a value just like any other variable.

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

Sidebar

Related Questions

I saw some sample code like this in Javascript. Is this AJAX? (function() {
I saw some code like this: try { db.store(mydata); } finally { db.cleanup(); }
I saw some code like this: while(ajaxCallInProgress) { } ajaxCallInProgress = true; What is
In javascript it's possible to do things like this: SomeObject.somefunction(function(someparameters){ //do some things. });
I saw some code on an unrelated question but it got me curious as
Today I saw two different types of Javascript function declarations and I'd like to
I saw some code when studying the open source project: here . But I
I saw some html that displays the results of a PHP code just by
I saw some scala code that assign _ to a field of class, what
I just saw some code in our code base (and it's OLD code, as

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.