Hello simple question
if i creating object something like
var foo=new MyObject()
if now i like to delete it from the document hierarchy
is foo=null if be good ?
or its gona leave me the foo object filled with null?
tnx
if i creating object something like
var foo=new MyObject()
if now i like to delete it from the document hierarchy
is foo=null if be good ?
or its gona leave me the foo object filled with null?
tnx
Comment