_000 Codecademy 01

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

Du måste vara inloggad för att skriva en kommentar.