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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T08:13:20+00:00 2026-06-07T08:13:20+00:00

I would like to set variables on the fly using the console. My code

  • 0

I would like to set variables on the fly using the console.

My code is wrapped like this:

( function () {

var debug = true;

// code here

} () )

I want to change debug on the fly using the console.

Should I move debug out of the self executing wrapper and pass it in using the global import?

Should I give the anonymous function a name, and set it using the “name spaced” name?

I have not used the console too much, but I assume it is made for things like this.

How is this usually done? What is best practice?

  • 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-07T08:13:23+00:00Added an answer on June 7, 2026 at 8:13 am

    You could use a namespace with minimal effort as follows:

    (function (foo) {
        foo.debug = true;
    }(FOO = FOO || {}));
    
    FOO.debug = false;
    

    I would go with this type of solution over using an explicit global because it isn’t really more cumbersome and with variable names like debug there’s a chance you might have a conflict.. even if you’re working with code that is 100% yours.

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

Sidebar

Related Questions

I have a 20 field database, and would like to set all the variables
I would like to put a set of variables in a list and do
I would like to set environmental variables in bash whenever I use a script
I would like to set values to a list of variables, like so: list[[1]]
I am using Ruby on Rails 3 and I would like to set some
I would like to set some initial variables (like format compact and the current
I am using the following code to send email in codeigniter and would like
I would like to be able to set variables in a document and then
I would like to add 2 variables in Razor C#. Therefore I tried this:
I would like to set a variable in bash called test_var Basically, I want

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.