_000 Codecademy 01

 0    22 adatlap    lisska
letöltés mp3 Nyomtatás játszik ellenőrizze magát
 
kérdés válasz
Each lesson starts here. Read the explanation, then follow the instructions underneath. If you get stuck, you can click on the "Hint" for help.
kezdjen tanulni
ok
underneath
kezdjen tanulni
poniżej, pod spodem
get stuck
kezdjen tanulni
utknąć
Type your response to the instructions here, in your code editor.
kezdjen tanulni
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.
kezdjen tanulni
ok
scatter
kezdjen tanulni
rozrzucać
scatter away
kezdjen tanulni
rozpraszać
reassemble
kezdjen tanulni
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.
kezdjen tanulni
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.
kezdjen tanulni
ok
simply to display
kezdjen tanulni
po prostu aby wyświetlić
the string of your name
kezdjen tanulni
ciąg nazw
The important stuff is inside the parentheses.
kezdjen tanulni
Ważne rzeczy są w nawiasach.
So let's just focus on that.
kezdjen tanulni
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.
kezdjen tanulni
ok
To discover the length of a string.
kezdjen tanulni
Aby odkryć długość łańcucha.
write the string within quotes
kezdjen tanulni
napisz ciąg w cudzysłowiu
Then write a period (full stop) and the word length.
kezdjen tanulni
Potem napisz kropkę i słowo długość.
What's the length of your name?
kezdjen tanulni
Jaka jest długość twojej nazwy?
You just wrote a string.
kezdjen tanulni
Ty po prostu napisałeś sznur (ciąg).
A string can contain letters, numbers, spaces, and symbols. Strings are surrounded with quotes.
kezdjen tanulni
ok
contain
kezdjen tanulni
zawierać

Kommentár közzétételéhez be kell jelentkeznie.