Tuesday, 2 June 2015

courage is not the absense of fear but rather the judgement that something else is more important than fear.

No comments:

Post a Comment

remove a property from a JavaScript object?

remove a property from a JavaScript object? delete myObject.regex; // or, delete myObject['regex']; // or, var prop = ...