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?
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?