let a = 3;let b = new Number(3);let c = 3;...
class Chameleon { static colorChange(newColor) { this.newColor = newColor;...
function Person(firstName, lastName) { this.firstName = firstName; this.lastName = lastName;...