Vertaling van "in JS" in Pools
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Everything declared in JS and view stays clean and small.
Wszystko deklarowane w JS, widok pozostaje mały i czysty.
The regular expression in JS can be created in two ways
Wyrażenie regularne w JS może zostać utworzone na dwa sposoby
This expression uses the ternary operator in JS, see this link for more information.
To wyrażenie używa operatora trójskładnikowego w JS, zobacz ten link aby uzyskać więcej informacji.
The words true and false are special keywords in JS, and don't need quotes.
Słowa true i false to specjalne słowa kluczowe w JS i nie potrzebują cudzysłowów.
How to write the simplest equivalent for the isset() function in JS?
Jak napisać najprostszy odpowiednik funkcji isset() w JS?
Fixed l10n issues in bp-default theme in JS.
Poprawiono problemy l10n w motywie domyślnym bp w JS.
Even the argument about styling is not good - in that case we need just one class (and in JS we need just one state), because it can be true (present) or false (absent).
Nawet argument o stylowaniu nie jest dobry - w tym wypadku potrzeba tylko jednej klasy (a w JS potrzeba tylko jednego stanu), ponieważ może być on true [obecny] lub false [nieobecny].
As for the technological aspect - I have learned to create templates for the CMS system, in JS and ES6 I have consolidated my knowledge by using it in real projects and I already feel confident in these technologies.
Jeśli chodzi o aspekty technologiczne - nauczyłem się tworzyć szablony pod system CMS, w JS i ES6 utrwaliłem wiedzę na realnych projektach i czuję się już w tych technologiach pewnie.
You will be able to create applications using Javascript, write the code correctly, use code comments, correctly use external libraries, apply new techniques in JS, optimize the code in terms of performance.
Będziesz potrafić tworzyć aplikacje z wykorzystaniem języka Javascript, pisać poprawnie kod, stosować komentarze do kodu, poprawnie używać zewnętrzne biblioteki, stosować nowe techniki w JS, optymalizować kod pod względem wydajności.
Our HTML is dead simple (and fully semantic) and we have some nice bindings in JS and CSS (they even nicer when we got to know the concept of BEM tree).
Nasz HTML jest banalnie prosty (oraz w pełni semantyczny) i mamy kilka niezłych bindingów [przypisań, dowiązań] w JS i CSS (są jeszcze lepsze, kiedy poznamy koncepcję drzewa BEM).
Some of inputs had to be displayed as select multiple lists, but selecting more than one option was forbidden. Fortunately no need to code any handlers in JS. With jQuery it's a trivial thing
Niektóre z inputów musiałby być pokazane jako listy select multiple, jednak wybieranie więcej niż jednej opcji jednocześnie było zabronione. Na szczęście nie trzeba pisać żadnej obsługi w JS - z pomocą jQuery jest to trywialne do zrobienia
You will enter the world of functions, prototypes and objects in JS, you will know how to debug code, you will use the latest version of Ecmascript.
Wejdziesz w świat funkcji, prototypów i obiektów w JS, nauczysz się debugować kod, wykorzystasz nowości dostępne w Ecmascript.
In the old days, when I wanted to instantiate object in JS, I wrote new Object.
W dawnych czasach, kiedy chciałem stworzyć obiekt w JS, pisałem new Object.