_000 Codecademy 01

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

Sie müssen eingeloggt sein, um einen Kommentar zu schreiben.