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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T02:26:55+00:00 2026-05-11T02:26:55+00:00

In JavaScript, I know that a closure is can be defined as a nested

  • 0

In JavaScript, I know that a closure is can be defined as a nested function that has access to its containing function’s variables. For example:

function outerFunction(x, y) {     function innerFunction() {         return x + y + 10;     }     return innerFunction; } 

Now, the following code is wiring up a callback for the onreadystatechange property of the request object; however, I was wondering if, by definition, this is also considered to be a closure:

/* This is a contrived example, I know.   * Bear with me - it demonstrates the point I'm trying to convey. */  function submitHandler() {      var oRequest = createRequest(); // assume I'm getting an instance of the xhr     var sUsername = 'Tom';          // assume this is needed for work in the handler     var This = this;     oRequest.onreadystatechange = function() {         This.handleResponse(oRequest, sUsername)     }  }  function handleResponse(oResponse, sUsername) {     if(oResponse.readyState === 4 && oResponse.status === 200) {         // do work with the username     } else {         // we're not done yet...     } } 

I realize that the handleResponse function could also just be written as an anonymous function in the context of submitHandler, but I find that more complex Ajax code can be more readable and easily maintained if callbacks are defined outside the scope of the function calling back to them. Again, this is a contrived example that I’m using in hopes of simply demonstrating the point of my question.

  • 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. 2026-05-11T02:26:55+00:00Added an answer on May 11, 2026 at 2:26 am

    Yes, you are correct in assuming that it is a closure by definition.

    It sounds like you know your stuff but here is a good, extensive article on javascript closures.

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

Sidebar

Ask A Question

Stats

  • Questions 80k
  • Answers 80k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Are you calling the OnPropertyChanged event with the name of… May 11, 2026 at 4:17 pm
  • Editorial Team
    Editorial Team added an answer It appears the naming scheme changed in OS X 10.5,… May 11, 2026 at 4:17 pm
  • Editorial Team
    Editorial Team added an answer Simply because being public makes no sense in an abstract… May 11, 2026 at 4:17 pm

Related Questions

I have a javascript file that reads another file which may contain javascript fragments
I sort of understand closures in javascript, but what I'm not sure about is
I wanted to do something like this: <asp:Label ID=lblMyLabel onclick=lblMyLabel_Click runat=server>My Label</asp:Label> I know
I'm debugging someone else's code for a web page that is made with ASP.NET

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.