一个可以成为JavaScript中的对象的函数?

时间:2018-04-04 05:15:12

标签: javascript node.js ecmascript-6

我的意思是我试图创建一个函数可以有一个函数有一个属性,但一个函数不是一个对象?所以我很困惑,我想解决这个问题:

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中执行此操作?

0 个答案:

没有答案