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