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 | + | var tabela = [111,222,333]; |
var liczba = 10; | var liczba = 10; | ||
function dl() | function dl() | ||
{ | { | ||
− | return | + | return tabela.length; |
} | } | ||
document.write(dl()); | document.write(dl()); | ||
document.write(liczba); | document.write(liczba); | ||
</script></html> | </script></html> |