Hello, i want to consult some issues of javascript language,  whether
we need manually set some local variable (create by var xxx) to null?
e.g,

function() {
 var obj = {};
 // do somethings which has used variable 'obj'
 .....
 // obj = null; // is this statements required?  thanks

 return true;.
}

Thanks in advance! PS: sorry for my English.

-- 
To view archived discussions from the original JSMentors Mailman list: 
http://www.mail-archive.com/[email protected]/

To search via a non-Google archive, visit here: 
http://www.mail-archive.com/[email protected]/

To unsubscribe from this group, send email to
[email protected]

Reply via email to