Select to view content in your preferred language

Arcade: Support the (for...of) statement

218
0
03-04-2022 10:34 PM
Status: Open
Labels (1)
Bud
by
Esteemed Contributor


Could Esri consider supporting the JavaScript 
(for...of) statement in Arcade?

for (var path of paths) {
    for (var point of path) {

JavaScript For Of


Currently, only the (for...in) statement is supported: