let a = 3;let b = new Number(3);let c = 3;...
class Chameleon { static colorChange(newColor) { this.newColor = newColor;...