Marzec 2021

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

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

Debes iniciar sesión para poder comentar.