let a = 3;let b = new Number(3);let c = 3;...
function Person(firstName, lastName) { this.firstName = firstName; this.lastName = lastName;...
String.prototype.giveLydiaPizza = () => { return 'Just give Lydia pizza already!';};...