Marzec 2021

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

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

Você deve entrar para postar um comentário.