Key and value iteration for maps. Also toString.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
var a = {1: 2, 3: 4}
|
||||
a.values.iterate(1.5) // expect runtime error: Iterator must be an integer.
|
||||
Reference in New Issue
Block a user