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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T03:08:22+00:00 2026-05-27T03:08:22+00:00

While reviewing some of the code written in the Twitter Bootstrap Javascript, it looks

  • 0

While reviewing some of the code written in the Twitter Bootstrap Javascript, it looks like they’re calling immediately invoked anonymous functions like this:

!function( $ ) {

     ...

}(window.jQuery || window.ender);

Where I’ve traditionally seen this same thing accomplished this way:

(function($) {

    ...

})(window.jQuery || window.ender);

The first way seems a bit hacky, and I’m not sure if there is any benefit or reason for doing it this way rather than the second way? Note that I understand how it works, I’m looking to understand why they chose that way to do it.

  • 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-27T03:08:23+00:00Added an answer on May 27, 2026 at 3:08 am
    • One less character when minified.
    • The ! should handle where other JavaScript code is concatenated before this and doesn’t have a trailing semi-colon.

    There is not a huge difference. I would use whatever you were more comfortable with. You should probably toss something at the start of your example to avoid…

    base.js

    var lol = function() {
       alert(arguments[0]);
    }
    

    im-concat-to-base.js

    (function() {
        // Irrelevant.
    })();
    

    jsFiddle.

    Toss in a leading ; and she works…

    jsFiddle.

    …or a ! like the Twitter Bootstrap…

    jsFiddle.

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

Sidebar

Related Questions

I'm sifting through some of my old bugs and while reviewing some nasty code
I'm reviewing some code for a colleague and while there's nothing inherently wrong with
After some help and reviewing of the code I got this working without any
I'm reviewing some legacy code and I've found a bug that causes the response
I'm reviewing some code and feel suspicious of the technique being used. In a
OK, after reviewing some code with PMD and FindBugs code analyzers, i was able
While revising some old c++ code, I ran across several bitflags defined as enums.
I'm having thread contention in an OLTP app. While reviewing the code involved, I
I'm reviewing Java code that essentially is a recurring process that moves/reads/parses some files
I am reviewing the c# code of an application and documenting. While going through

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.