The following two constructor functions do the same job. But what is the difference between them and which one is more recomended?


// we define a constructor for Person objects
function...