Marzec 2021

 0    41 flashcards    pablojakub
download mp3 print play test yourself
 
Question Answer
mieć przewagę liczebną (czasownik)
Na moich studiach dziewczyny miały przewagę liczebną 10 do jednego
start learning
outnumber
At college women outnumbered the men ten to one
w żadnym wypadku
TO pod żadnym pozorem nie może być widziane jako sukces
start learning
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
start learning
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
start learning
clear as crystal
rozpoczynać, zaczynać
start learning
to start, to begin, to commence
podsumować
Dano mi tylko 20 minut więc aby trzymać się planu muszę podsumować
start learning
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
start learning
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
start learning
candid conversations (candid picture)
Omówię poniższe punkty
start learning
I will be adressing the following points
Javascript obiekty
start learning
var person = {firstName: "John", lastName:"Doe"}
Gdzie dodawać CSS'a
start learning
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
start learning
high end of the market
JavaScript funkcje
start learning
function MyFunction(p1, p2) {}
parametry funkcji są wewnątrz (), kiedy kod natrafia na return wtedy funkcja przestaje działać
Zasady obiektów
Wytłumacz
start learning
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
start learning
warm, clement, balmy
Balmy wind
JavaScript eventy
Kliknij przycisk aby wyświetlał czas
start learning
<element event: JavaScript code"
>button onclick=document. getElementById('demo'). innerHTML = Date()">The time is?</button>
Mam ochotę wyjść dziś wieczorem
start learning
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
start learning
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
start learning
sweeping generalization
strzępić się (o linie)
start learning
to fray
harować jak wół
start learning
keep one's nose to the grindstorm
operator ===
start learning
operator ten oczekuje równości zarówno dla wartości jak i typu
JavaScript wymiana string
start learning
replace
str = "Please visit Microsoft and Microsoft!"; var n = str. replace("Microsoft", "W3Schools");
mieć forsy jak lodu
Real Madrid ma forsy jak lodu
start learning
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
start learning
call it a day
There seem to be no further questions. I would like to call it a day
JavaScript metody operacji na numerach
start learning
x. toString(); x. toFixed();
CSS kolor tła
Napisz kolor tła czerwony
start learning
CSS background-color:
>p style="background-color: red;">Lorem ipsum...

CSS obramowanie
Napisz obramowanie o grubości 2 pikseli i w kolorze czerwonym
start learning
CSS border:
>p style="border: 2px solid Red;">Hello World
granie pod publiczkę, populizm
start learning
grandstanding
CSS nadaj 10% przezroczystość pierwszej div
start learning
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
start learning
wad of papers, wad of money
spotkać się
Możemy się spotkać za dwa miesiące?
start learning
to get together
Shall we get together in two months?
podnosić, rzucić czymś
start learning
to heave
CSS obraz w tle
margines z prawej 200px, pozycja prawy górny róg, nie powtarzaj,
start learning
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
start learning
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
start learning
soot
JavaScript wyświetl obecny rok
start learning
JavaScript
>script> var d = new Date(); document. getElementById("demo"). innerHTML = d. getFullYear(); script>
spostrzegawczy
start learning
perceptive
Mamy kilku dobrze zapowiadających się piłkarzy
start learning
We have a few budding players
Praca uszlachetnia
start learning
Work is dignifying
Ten punkt nie jest do negocjacji
start learning
This point is not up for negotiation

You must sign in to write a comment