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

  • Home
  • SEARCH
  • 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 8539753
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T11:26:30+00:00 2026-06-11T11:26:30+00:00

I am newish to JavaScript and was playing around with it when I discovered

  • 0

I am newish to JavaScript and was playing around with it when I discovered that it’s possible to create variables with this syntax:

document.foo = 'bar'.

The advantage to it, from what I can tell, is that when I do something like:

if (document.foo)
     do something;

the interpreter doesn’t throw an exception if the variable hasn’t been initiated yet.

What I don’t know, but would like to know, is what the term for creating a variable like this is called. Is it just global variable, or a member variable, or a new type. I’d also like to know if there is any reason I wouldn’t want to create a variable in this way.

So anyone looking to give out guru advice, it will be appreciated.

  • 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-11T11:26:31+00:00Added an answer on June 11, 2026 at 11:26 am

    Short answer: the term is implicit declaration.

    Slightly bloated answer: Although it’s perfectly legal to create variables that way there are some downsides when applied to object orientated programming and the ability to document your software.

    If your objects have different structural configurations during run time the state of your software can get very hard to predict and maintaining the code gets harder and harder.

    My advice would be: Use some kind of inheritance model or make use of javascripts prototypical architecture to declare (and set wise defaults!) ahead of time. This leads to easier documentation and also provides an opportunity to review your mental model of your software’s purpose.

    A good intro to the application of JS inheritance is available from john resig here : http://ejohn.org/blog/simple-javascript-inheritance/

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

Sidebar

Related Questions

Newish to shell scripting I've noticed that the syntax error report for an unexpected
I'm newish to Python (and stackoverflow)...bear with me! I have a dictionary that looks
I'm extremly newish to Mac (now is the first time I see this operating
I want create a ruby script that I can run on the command line
I have a javascript function that resize and centers images based on the surrounding
Probably a simple answer that's mock or stub related but I'm newish and trying
I have some Javascript that finds all of the hyperlinks in a page that
public class Foo { public ushort Weight { get; } } public class Bar<T>
I'm newish to flex an have recently hit a snag casting. this is the
Im a newish Ruby/Rails developer with years of Java experience. This security question is

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.