DEV Community

Javier Garate
Javier Garate

Posted on

Help!

I have a classDefinition(){........}
I have various objects
object1 = new classDefinition()
object2 = new classDefinition()

I want to kill some of these objects and free the memory.
How can I do this in javaScript
Thanks a lot, Javier Garate

Top comments (0)