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 119k
  • Answers 119k
  • 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 The key thing to remember is that design patterns are… May 11, 2026 at 11:44 pm
  • Editorial Team
    Editorial Team added an answer this.masker.mouseEnabled = false; //set on this.masker That should work. Right… May 11, 2026 at 11:44 pm
  • Editorial Team
    Editorial Team added an answer Christoph, Thanks for clarifying this question against the original version,… May 11, 2026 at 11:44 pm

Related Questions

I know there is a lot of similar questions are tons of great answers
I have a javascript file that reads another file which may contain javascript fragments
I am trying to wrap my head around the idea of classes, data visibility
I sort of understand closures in javascript, but what I'm not sure about is

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.