_000 Codecademy 01

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

Trebuie să te autentifici pentru a posta un comentariu.