[HTML] pobierz, plaintext var names = ["Chris", "Kate", "Steve"];for(var i in names){ alert(names[i]);}[HTML] pobierz, plaintext