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