_000 Codecademy 01

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

Você deve entrar para postar um comentário.