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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T07:34:27+00:00 2026-06-01T07:34:27+00:00

This is something that I’m sure I should know the answer to, but either

  • 0

This is something that I’m sure I should know the answer to, but either I’m just being stupid or I’ve just somehow never come across this before…

Given the following array, declared in the global scope:

var arr = [function() {
    console.dir(this);
}];

I would have expected this to refer to the Window object. However, when calling the function:

arr[0]();​ //Logs Array

It appears that this actually refers to the array. Then, when I store a reference to the function in another variable and call that, this does refer to the Window object:

var func = arr[0];
func(); //Logs Window

So, why does the context of the function change? Here’s a fiddle demonstrating the above two cases.

  • 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-01T07:34:28+00:00Added an answer on June 1, 2026 at 7:34 am

    When you call a function as property of an object, such as obj.func(), this refers to obj.
    This is exactly what you are doing here. arr is your object and 0 is the property holding a function.

    Note: After all, arrays are just objects and their elements are the values of their properties (though properties are typically numerical strings (all properties are strings)).

    See MDN – this for more information, in this case:

    When a function is called as a method of an object, its this is set to the object the method is called on.

    In your second case, you call the function “standalone”, hence this refers to window. If the code was run in strict mode though, this would be undefined.

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

Sidebar

Related Questions

This is something that's I've wanted to know recently, mostly out of curiousity. I'm
This is something that I solved using reflection, but would like to see how
this is something that i don't want to program, but i was looking for
Is this something that can be used for highly secure information or should it
Ok this might be simple or just not possible. Probably it's something that is
This is something that's been bugging me for many years: why most online services
This is something that I don't see much discussed. I'm developing a software that
This is something that I have had trouble with in the past and it's
So this is something that I have not been able to find any documentation
hope to get some help here because this is something that really makes me

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.