复制1function giveLydiaPizza() { 2 return "Here is pizza!" 3} 4 5const giveLydiaChocolate = () => "Here's chocolate... now go hit the gym already." 6 7console.log(giveLydiaPizza.prototype) 8console.log(giveLydiaChocolate.prototype)
1function giveLydiaPizza() { 2 return "Here is pizza!" 3} 4 5const giveLydiaChocolate = () => "Here's chocolate... now go hit the gym already." 6 7console.log(giveLydiaPizza.prototype) 8console.log(giveLydiaChocolate.prototype)
本题为“单选题”
题库维护不易,您的支持就是我们最大的动力!