Updated Knowledge JScript Enumerator (markdown)

Namhyeon Go 2022-01-25 12:09:23 +09:00
parent 608b76ffe6
commit a606740f00

@ -2,7 +2,7 @@
### Convert MS JScript Enumerator to the standard JS Object
```
```js
// MS JScript Enumerator to Array
if (!Enumerator.prototype.toArray) {
Enumerator.prototype.toArray = function() {