_000 Codecademy 01

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

Ak chcete pridať komentár, musíte byť prihlásený.