mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-14 21:51:04 +00:00
Updated JScript Enumerator (markdown)
parent
dca06c1046
commit
218663e530
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
JScript has a class called Enumerator. This shows a small difference from the standard JavaScript.
|
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 displayed as unknown, so in some cases, it has to be converted appropriately.
|
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
|
### Convert MS/JScript Enumerator to JSObject
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user