Merge pull request #1535 from lumosmind/patch-7
Array type variables also support values() method
This commit is contained in:
commit
726f2a8385
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ They are supported for:
|
|||
|
||||
- `Map`
|
||||
- `Set`
|
||||
- `Array` (except `arr.values()`)
|
||||
- `Array`
|
||||
|
||||
Plain objects also support similar methods, but the syntax is a bit different.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue