标签: javascript
我正在创建一个包含文本,数字,数组和矩阵的单例类。
如何创建矩阵原型?我有以下代码:
var thisClass = new function () { this.apple = ''; this.eaten = 0; this.anArray = [] }
感谢。