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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T20:03:39+00:00 2026-06-12T20:03:39+00:00

When we initiate a plan to build a revealing module pattern, what is the

  • 0

When we initiate a plan to build a revealing module pattern, what is the biggest difference between constructing the pattern to start this way…

var MODULE = function() {}();

and constructing the pattern to go this way…

var MODULE = (function() {})();

Benefits? Purpose?

Also as an additional question, will either of these techniques allow jQuery to process without passing the $ into them?

Thanks for any feedback!

  • 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-12T20:03:40+00:00Added an answer on June 12, 2026 at 8:03 pm

    There’s a jsHint option to warn when functions aren’t wrapped in parens. The description of the option reads as follows:

    “This option prohibits the use of immediate function invocations without wrapping them in parentheses. Wrapping parentheses assists readers of your code in understanding that the expression is the result of a function, and not the function itself.”

    As for your question about jQuery; Yes, jQuery will be available, provided you’ve included it, obviously. Having said that, I would still recommend passing ‘$’ or ‘jQuery’ as a parameter to your function. If you don’t, every time you reference it, the engine will have to go up to the parent scope to find it. Not a huge deal, but less efficient, especially if you make heavy use of jQuery. If you pass it in, then jQuery is defined in your function’s scope, and won’t need to go searching in ancestral scopes for it.

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

Sidebar

Related Questions

How would I initiate an function (in this case some ajax) when a user
I want to initiate a function when user finishes resizing of his browser window.
As the title suggests I'm looking for a way to initiate the jQuery Cloud
I want to initiate a class for each user at the start of the
I'm trying to initiate a postback invoking the click function of a server-running element,
Does anyone know an elegant way to initiate a bash script (to run on
I'm trying to initiate a call from within an iPhone app. This related code
If I initiate a setTimeout function from the <body onload...> trigger, will the function
I've got the below code: // Initiate the font choosing lists. var headerListWindow =
I plan to capture the start and end of user initiated activities on my

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.