Hey!
I'm working on a javascript project which will run on a single html page, and I'm using lots of objects. The program will create new instances of these objects during runtime. However, for efficiency, I need a way to get rid of the old ones. Is there any way to do this?
I'm working on a javascript project which will run on a single html page, and I'm using lots of objects. The program will create new instances of these objects during runtime. However, for efficiency, I need a way to get rid of the old ones. Is there any way to do this?
Comment