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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T11:45:08+00:00 2026-05-23T11:45:08+00:00

Excerpt from section 7.1 of JavaScript: The Definitive Guide, 4th Edition: Note that these

  • 0

Excerpt from section 7.1 of “JavaScript: The Definitive Guide, 4th Edition”:

Note that these parameter variables are defined only while the function is being executed; they do not persist once the function returns.

Is that really true? Does that mean I have to save some parameters to local variables if I intend to use them from within nested functions?

  • 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-23T11:45:09+00:00Added an answer on May 23, 2026 at 11:45 am

    You can close over parameters just as with any other local variable, like so:

    function test(v1) {
        return function() {
            alert(v1);
        }
    }
    
    var f = test("hello");
    f();
    

    This is only because the returned function closes over the variables in its lexical scope. In the normal case, yes, it’s true that parameters are local to a function and do not persist once the function returns.

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

Sidebar

Related Questions

Excerpt from my JavaScript console: > 0 in [1, 2] true Why?
Here is a code excerpt from AspComet project that works with Autofac. public MessageBus(IClientRepository
I have a section of code that I need to remove from multiple files
Excerpt from a book: A float value consists of a 24-bit signed mantissa and
Below is an excerpt from an .svg file (which is xml): <text xml:space=preserve style=font-size:14.19380379px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:DejaVu
Here's an excerpt from a book I'm reading about application design with MVC: Ideally,
Here's an excerpt from Sun's Java tutorials : A switch works with the byte
I'm trying to create an auto generated post excerpt from the current page's post
What did I do wrong? Here is an excerpt from my code: public void
Greetings! I must be seeing things. Look at this excerpt from the iPhone OS

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.