This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by Phoenix
almost 10 years

helpppppppppp

Thus is my code, youngins.

var cities = ["Melbourne", "Amman", "Helsinki", "NJ"];

for (var i = 0; i < cities.length; i++) {

console.log("I would like to visit" + " " + cities[i]);
}

Whatever shall I do to solve such a trouble?

Answer 535fc24a7c82caf701000518

0 votes

Permalink

Are you on Exercise 11/13? Because, when I tried it, your code passed that exercise, so I’m not sure what your problem is.

points
Submitted by Haley
almost 10 years

1 comments

Kevin Bautista almost 10 years

yeah she is right