_000 Codecademy 01

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

You must sign in to write a comment