Question
For Each loop in ThingWorx
Hi Team,
Could somebody help me with the snippet alongwith example that how to write ForEach loop of JS in ThingWorx.
Suppose my array is var fruits = ["apple", "orange", "cherry"]; , then how to print each element (or access each element) of this array.
Thanks in advance.
