Marzec 2021

 0    41 cartonașe    pablojakub
descarcă mp3 printează joacă Testează-te
 
Întrebare Răspuns
mieć przewagę liczebną (czasownik)
Na moich studiach dziewczyny miały przewagę liczebną 10 do jednego
începe să înveți
outnumber
At college women outnumbered the men ten to one
w żadnym wypadku
TO pod żadnym pozorem nie może być widziane jako sukces
începe să înveți
in no case // not by any stretch of the imagination
This could not by any stretch be seen as a victory
komuś by się coś przydało
(informal) used to say that one would like to have something very much
Przydałby mi się kolejny kubek kawy. Myślę, że nam wszystkim przydałby się drink po tym wszystkim
începe să înveți
someone could use something
I could use another cup of coffee. I think we could all use a drink after that!
jasne jak słońce
începe să înveți
clear as crystal
rozpoczynać, zaczynać
începe să înveți
to start, to begin, to commence
podsumować
Dano mi tylko 20 minut więc aby trzymać się planu muszę podsumować
începe să înveți
to summarize, to sum up, to recapitulate
I've been given only 20 minutes so in order to stick to the schedule, I need to recapitulate.
tablice w JS
începe să înveți
var car = ["Saab", "Volvo", "BMW"];
Array indexes are zero-based, which means the first item is [0], second is [1], and so on.
szczere rozmowy (niepozorowane zdjęcie
începe să înveți
candid conversations (candid picture)
Omówię poniższe punkty
începe să înveți
I will be adressing the following points
Javascript obiekty
începe să înveți
var person = {firstName: "John", lastName:"Doe"}
Gdzie dodawać CSS'a
începe să înveți
1) after <head> 2) Inline 3) External CSS
1) <style> h1 {color: blue} </style> 2) <h1 style="color: blue;">This is a heading 3) <link rel="stylesheet" href="mystyle. css">
górny segment rynku
începe să înveți
high end of the market
JavaScript funkcje
începe să înveți
function MyFunction(p1, p2) {}
parametry funkcji są wewnątrz (), kiedy kod natrafia na return wtedy funkcja przestaje działać
Zasady obiektów
Wytłumacz
începe să înveți
Object, properties, methods
All cars have the same properties, but the property values differ from car to car. All cars have the same methods, but the methods are performed at different times.
Ciepło synonimy
Kojący wiatr
începe să înveți
warm, clement, balmy
Balmy wind
JavaScript eventy
Kliknij przycisk aby wyświetlał czas
începe să înveți
<element event: JavaScript code"
>button onclick=document. getElementById('demo'). innerHTML = Date()">The time is?</button>
Mam ochotę wyjść dziś wieczorem
începe să înveți
I feel like going out tonight
wyrzucić coś z siebie, wyżalić się
Spędziłem dwa tygodnie martwiąc się o to i jestem szczęśliwy, że to z siebie wyrzuciłem
începe să înveți
get something off your chest
I spent a two weeks worrying about it and I'm glad to get it off my chest
daleko posunięte uogólnienie
începe să înveți
sweeping generalization
strzępić się (o linie)
începe să înveți
to fray
harować jak wół
începe să înveți
keep one's nose to the grindstorm
operator ===
începe să înveți
operator ten oczekuje równości zarówno dla wartości jak i typu
JavaScript wymiana string
începe să înveți
replace
str = "Please visit Microsoft and Microsoft!"; var n = str. replace("Microsoft", "W3Schools");
mieć forsy jak lodu
Real Madrid ma forsy jak lodu
începe să înveți
roll in the money
Real Madrid is rolling in the money
skończyć na dziś
Nie ma więcej pytań więc chciałbym skończyć na dzisiaj
începe să înveți
call it a day
There seem to be no further questions. I would like to call it a day
JavaScript metody operacji na numerach
începe să înveți
x. toString(); x. toFixed();
CSS kolor tła
Napisz kolor tła czerwony
începe să înveți
CSS background-color:
>p style="background-color: red;">Lorem ipsum...

CSS obramowanie
Napisz obramowanie o grubości 2 pikseli i w kolorze czerwonym
începe să înveți
CSS border:
>p style="border: 2px solid Red;">Hello World
granie pod publiczkę, populizm
începe să înveți
grandstanding
CSS nadaj 10% przezroczystość pierwszej div
începe să înveți
CSS opacity using RGBA
>style> div. first {background: RGBA(0, 128, 0, 0.1); >/style> >body> >div class="first">

Hello World

</div> </body>
plik papierów, kupa forsy
începe să înveți
wad of papers, wad of money
spotkać się
Możemy się spotkać za dwa miesiące?
începe să înveți
to get together
Shall we get together in two months?
podnosić, rzucić czymś
începe să înveți
to heave
CSS obraz w tle
margines z prawej 200px, pozycja prawy górny róg, nie powtarzaj,
începe să înveți
CSS background image
>style> body {background-image: url("img_tree. png"); background-repeat: no-repeat; background-position: right top; margin-right: 200px;} </style
upaść
to fail or be unable to make progress
WIele restauracji upada z przyczyn finansowych. Propozycje na nową usługę upadły ze względu na brak poparcia ludzi
începe să înveți
to go by the wayside
Many restaurants go by the wayside for financial reasons. Proposals for the new service fell by the wayside through lack of public support
sadza
începe să înveți
soot
JavaScript wyświetl obecny rok
începe să înveți
JavaScript
>script> var d = new Date(); document. getElementById("demo"). innerHTML = d. getFullYear(); script>
spostrzegawczy
începe să înveți
perceptive
Mamy kilku dobrze zapowiadających się piłkarzy
începe să înveți
We have a few budding players
Praca uszlachetnia
începe să înveți
Work is dignifying
Ten punkt nie jest do negocjacji
începe să înveți
This point is not up for negotiation

Trebuie să te autentifici pentru a posta un comentariu.