_000 Codecademy 01

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

Vous devez vous connecter pour poster un commentaire.