我的意思是我试图创建一个函数可以有一个函数有一个属性,但一个函数不是一个对象?所以我很困惑,我想解决这个问题:
var destroy = require('alphaDestroyerBeeBop');
const penny = destroy(); // this explodes the computer
const tissue = destroy.graphicCard(); // this Just explodes the graphic card
destroy()
是一个函数,但destroy
中的destroy.graphicCard()
看起来像一个对象。像混合物一样。
有没有办法在JavaScript中执行此操作?