class Chameleon { static colorChange(newColor) { this.newColor = newColor;...
function Person(firstName, lastName) { this.firstName = firstName; this.lastName = lastName;...