class Chameleon { static colorChange(newColor) { this.newColor = newColor;...
function bark() { console.log("Woof!");}...