Yes it does!
On Jan 27, 8:43 pm, Hector Virgen <djvir...@gmail.com> wrote: > You can use delete for unsetting items in objects, but I'm not sure if it > works with variables in general: > > var myObject = { > foo: 'Foo', > bar: 'Bar > > }; > > delete myObject['foo']; > > -Hector > > On Tue, Jan 27, 2009 at 2:33 PM, MorningZ <morni...@gmail.com> wrote: > > > x = null; > > > On Jan 27, 5:22 pm, "Chris J. Lee" <chri...@gmail.com> wrote: > > > There a function to delete variables for jquery? > > > > x = undefined; // would that work?