Skip to content

Instantly share code, notes, and snippets.

@martinwells
Created June 21, 2012 19:31
var s = { data: 'test' };
s.data = null; // not required
s = null; // this will automatically clear s.data as well
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment