_000 Codecademy 01

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

Debes iniciar sesión para poder comentar.