Possible Duplicate:
Deleting Objects in JavaScript
this is the demo code :
function a(){
this.a='aaa'
}
var aa=new a
how to clear the aa object from the memory
thanks
this is the demo code :
how to clear the aa object from the memory thanks |
|||
marked as duplicate by Tim Cooper, K̨̩̭͚̘̗̻̞͈͖̙͙e̗̦̼̳̣̦͜͡v̢̝̟̗̱̯͉ Jul 28 '12 at 13:32This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question. |
|||
|
I may be wrong but I think setting the variable to |
|||
|
set |
|||
|