Thursday, 28 May 2015

Thought of the Day

 1.There are only two reasonswhy we don't trust people.first we don't know them,second we know them. ....2....If your friend do not make fun of you they are not truly your friends...3.I may not be the best but i am definitelynot like the rest.4......Parents, they didn't leave you when you are young  so don't leave them  when they are old. 

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