메인 콘텐츠로 이동

Catswords OSS

JScript Enumerator

JScript Enumerator

JScript has a class called Enumerator. This shows a small difference from the standard JavaScript.

For example, when accessing the value of an array, it is expressed as arr(i) instead of arr[i]. In this case, the type of array in JScript is marked as unknown, so in some cases, it has to be converted appropriately.

Convert MS/JScript Enumerator to JSObject

References

Made with Readable