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

Вы должны войти в свой аккаунт чтобы написать комментарий.