_000 Codecademy 01

 0    22 kartičky    lisska
stáhnout mp3 Vytisknout hrát zkontrolovat se
 
otázka odpověď
Each lesson starts here. Read the explanation, then follow the instructions underneath. If you get stuck, you can click on the "Hint" for help.
začněte se učit
ok
underneath
začněte se učit
poniżej, pod spodem
get stuck
začněte se učit
utknąć
Type your response to the instructions here, in your code editor.
začněte se učit
ok
In this project, we'll write a program that animates your name. When you move your mouse over your name, bubbles will scatter away and then reassemble.
začněte se učit
ok
scatter
začněte se učit
rozrzucać
scatter away
začněte se učit
rozpraszać
reassemble
začněte se učit
ponownie zmontować
To create this project, we'll first learn JavaScript, a programming language. Then we'll apply what we've learned to write this program.
začněte se učit
ok
In our code, we're using document. write() simply to display the string of your name in the preview window. The important stuff is inside the parentheses, so let's just focus on that.
začněte se učit
ok
simply to display
začněte se učit
po prostu aby wyświetlić
the string of your name
začněte se učit
ciąg nazw
The important stuff is inside the parentheses.
začněte se učit
Ważne rzeczy są w nawiasach.
So let's just focus on that.
začněte se učit
Więc skupmy się na tym.
To discover the length of a string, write the string within quotes. Then write a period (full stop) and the word length.
začněte se učit
ok
To discover the length of a string.
začněte se učit
Aby odkryć długość łańcucha.
write the string within quotes
začněte se učit
napisz ciąg w cudzysłowiu
Then write a period (full stop) and the word length.
začněte se učit
Potem napisz kropkę i słowo długość.
What's the length of your name?
začněte se učit
Jaka jest długość twojej nazwy?
You just wrote a string.
začněte se učit
Ty po prostu napisałeś sznur (ciąg).
A string can contain letters, numbers, spaces, and symbols. Strings are surrounded with quotes.
začněte se učit
ok
contain
začněte se učit
zawierać

Chcete-li přidat komentář, musíte se přihlásit.