_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ć

コメントを投稿するにはログインする必要があります。