I am looping through an array and based on the values creating a different object. and I want to know how would you delete or de-reference an object with no name.
Here's an example of what I mean
new Test(); // so now how would I delete this instance of test?

deleteor anything like that.