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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T07:31:13+00:00 2026-06-03T07:31:13+00:00

If I create an object without assigning it to anything, when will Javascript garbage

  • 0

If I create an object without assigning it to anything, when will Javascript garbage collect this object? Here is an example:

alert(new Date().getTime());

If no such garbage collection is done, will this cause a memory leak?

for (var i = 0; i < 99999999; i++) {
    console.info(new Date().getTime());
}
  • 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-03T07:31:14+00:00Added an answer on June 3, 2026 at 7:31 am

    If nobody in scope is referencing the anonymous objects, they’ll get garbage collected the next time the GC runs.

    So, after Console.info finishes running, they’re up for garbage collecting. If you set any in-scope variables to refer to them, then they won’t.

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

Sidebar

Related Questions

If I create an object inside of the main scope: INDEX.PHP: $db = new
As we know we can instantiate an object without new keyword by using classloader/object
I'm gonna go with this design: create an object and keep it alive during
Is that possible in RhinoMocks to create mock object without it constructor invocation? public
In C++, is it possible to create an object on the heap without using
Background Currently, if I want to create a new object in C# or Java,
this line of code is to create a thumb object, but there are warning
String myString = this; //string is immutable myString.concat( that); //a new object is created
How do I create a copy of a class object without any reference? ICloneable
Here's my scenario. I have a class A. Inside its implementation I create object

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.