There's a few points you can improve on: throw : throw "Object is not an Array";. You should use throw new Error instead of throw as throw ...
確定! 回上一頁