Tuesday, 2 June 2015

Best thoughts

We just have to remember, no matter how mature, we have became. we are still babies of this world.

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 = ...