_000 Codecademy 01

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

您必须登录才能发表评论。