![]() |
Created by Ewelina Niewęgłowska
over 3 years ago
|
|
Question | Answer |
dodawanie | adding |
odejmowanie | subtracting |
mnożenie | multiplying |
potęgowanie | exponentiation |
dzielenie | dividing |
% | modulus(remainder) |
przyrost | increment |
zmniejszanie | decrement (a reduction or diminution) |
== równa się | equal to |
=== jednakowa wartość i taki sam typ | equal value and equal type |
!= nie równe | not equal |
!== różna wartość lub różny typ | not equal value or not equal type |
> większe niż | greater than |
< mniejsze niż | less than |
>= większe lub równe | greater than or equal to |
<= mniejsze lub równe | less than or equal to |
? operator warunkowy/trojskładnikowy | ternary operator |
przypisania | assignment |
reszta | remainder |
There are no comments, be the first and leave one below:
Want to create your own Flashcards for free with GoConqr? Learn more.