Skip to content

Commit 634531a

Browse files
authored
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
1 parent 4159a65 commit 634531a

File tree

1 file changed

+1
-1
lines changed
  • 1-js/05-data-types/09-keys-values-entries

1 file changed

+1
-1
lines changed

1-js/05-data-types/09-keys-values-entries/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ They are supported for:
1111

1212
- `Map`
1313
- `Set`
14-
- `Array` (except `arr.values()`)
14+
- `Array`
1515

1616
Plain objects also support similar methods, but the syntax is a bit different.
1717

0 commit comments

Comments
 (0)