open_in_new
content_copy
function Human(fname, lname) { this.fname = fname; this.lname = lname; }