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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T11:04:04+00:00 2026-05-18T11:04:04+00:00

I feel silly asking this in such a crude way, but in Firebug I

  • 0

I feel silly asking this in such a crude way, but in Firebug I see my current object (this) and below that a line then, “object Window,” where the global namespaces seem to live (e.g., there’s a $ object, jQuery object …). I have an object I created called “g” with a function called “Update” that lives in this global namespace (again, using that term loosely).

Am I using the right terminology here? Does the jQuery object live in the “global namespace”? Furthermore, if I want to call something living here, do I just need to call, say, g.Update()? Would it be right to say these are the equivalent of what you’d call static variables in OO terminology?

Thanks!

  • 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-18T11:04:05+00:00Added an answer on May 18, 2026 at 11:04 am

    If i understand the question correctly, default last scope is ‘window’, so if you didn’t declare ‘g’ anywhere else in your scope, the last place it will look in is ‘window’

    Working example

    g = { Update: function() {} };
    
    function foo()
    {
        g.Update();
    }
    

    Not working example:

    g = { Update: function() {} };
    
    function foo(g)
    {
        g.Update();
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Yes you read that right. I feel a little silly asking this but haven't
I feel silly asking this question... Sometimes I have a domain that I want
I feel really silly asking this, but it is completely blowing my mind why
I feel a little bit silly asking this, but I haven't been able to
I feel silly for asking, but how do I get plan value in this
Sorry for such a trivial question, but I'd feel silly building this if it
I feel silly for asking this but it isn't like I could google this.
I feel like this is a silly question but I always find that modifying
I feel silly asking this, but, I just can't work out how to create
I feel really silly for asking this, but what am I doing wrong with

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.