mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-09 05:06:04 +00:00
Updated JScript Enumerator (markdown)
parent
dbdbad7de8
commit
6c95a075cd
|
@ -1,5 +1,9 @@
|
|||
## JScript Enumerator
|
||||
|
||||
JScript has a class called Enumerator. This shows a small difference from the standard JavaScript.
|
||||
|
||||
For example, 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 it must be converted appropriately.
|
||||
|
||||
### Convert MS/JScript Enumerator to JSObject
|
||||
|
||||
```js
|
||||
|
|
Loading…
Reference in New Issue
Block a user