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.
courage is not the absense of fear but rather the judgement that something else is more important than fear.
Love is what makes you smile when you tired.
Be very careful about what you think, your thoughts run your life .

remove a property from a JavaScript object?

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