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.
Thursday, 28 May 2015
Sunday, 24 May 2015
Love quotes
Everybody know how to love,
But few people know how to
stay in love with one person forever
But few people know how to
stay in love with one person forever
It only takes a minute
to get a crush on someone,
an hour to like someone,
And a day to love someone,
but it takes lifetime to forgot someone
Subscribe to:
Posts (Atom)
remove a property from a JavaScript object?
remove a property from a JavaScript object? delete myObject.regex; // or, delete myObject['regex']; // or, var prop = ...
-
php functions with example A user defined function declaration starts with the word "function": Syntax function functionName() ...
-
What does “use strict” do in JavaScript? Strict Mode is a new feature in ECMAScript 5 that allows you to place a program, or a functi...
-
php loops with example In PHP, we have the following looping statements: while - loops through a block of code as long as the specified co...