Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- document.write("<h1>Polia a pokrocile metody</h1>");
- document.write("<h2>I. Metoda sort()</h2>");
- pole = new Array(5, 6, 7, 8, 22, 1, 33, 100, 2);
- document.write("Pole: " + pole + "<br />");
- pole.sort();
- document.write("Zoradene abecedne: " + pole + "<br />");
Advertisement
Add Comment
Please, Sign In to add comment