<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Insert title here</title><script type="text/javascript">/*People Class*/var People=function(height,weight){ this.height=height; this.weight=weight;};People.prototype.sa ...