_000 Codecademy 01

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

Du må logge inn for å legge inn en kommentar.