Test2: Różnice pomiędzy wersjami
Przejdź do nawigacji
Przejdź do wyszukiwania
Linia 10: | Linia 10: | ||
<html><script> | <html><script> | ||
document.write("1234 działa"); | document.write("1234 działa"); | ||
+ | var ScoresArr = ["111","222","333"]; | ||
+ | var liczba = 10; | ||
+ | function dl() | ||
+ | { | ||
+ | return ScoresArr.length; | ||
+ | } | ||
+ | document.write(dl()); | ||
</script></html> | </script></html> |