Array type variables also supports values()

arr.values() is supported by majority of browsers. So, maybe we need to change the exception in article.

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/values
This commit is contained in:
lumosmind 2019-10-28 23:07:49 +03:00 committed by GitHub
parent 4159a65ea2
commit 634531a843
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.