7 lines
65 B
Plaintext
7 lines
65 B
Plaintext
|
|
|
|
var array = ["foo", "bar"];
|
|
|
|
for (var i in array) {
|
|
print i;
|
|
} |