0
When get a array valued in the loop i am confused any body help with example
array velue returned loop, javascript
1 Answer
0
I'm a bit flustered, but I think I can help.
An array is not a loop but it is a list that automatically selects stuff in order.
For example, it might look like this in Python (even though we're doin' JavaScript now):
array = ["A", "B", "C"]
print(array)