_000 Codecademy 01

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

Devi essere accedere per pubblicare un commento.