_000 Codecademy 01

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

Bạn phải đăng nhập để đăng bình luận.