for(var/x in your_datum)
...
Is it possible to make iterable datum? By iterable I mean object that you can iterate over, so you could write:
|
Oct 12 2017, 9:55 am
Best response
|
|
Not directly, no.
|
Is it possible to make iterable datum? By iterable I mean object that you can iterate over, so you could write:
for(var/x in your_datum) |
Oct 12 2017, 9:55 am
Best response
|
|
Not directly, no.
|