How GC works in javascript? As I searched in web, GC will occur based on some period and It will have reachable elements.
My doubt is, If I reload the page, What happens to global variables of previous window? will it be deallocated?
How GC works in javascript? As I searched in web, GC will occur based on some period and It will have reachable elements.
My doubt is, If I reload the page, What happens to global variables of previous window? will it be deallocated?