class Dog { constructor(name) { this.name = name;...
function giveLydiaPizza() { return "Here is pizza!"}...