var country = ['seoul' , 'Daegu', 'busan', 'america', 'Singapore', 'Brazil']
for ( var i = 0 ; i < 3 ; i = i + 1 ){ console.log(country[i]); }