We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de0107 commit 2ba3186Copy full SHA for 2ba3186
1-js/02-first-steps/10-ifelse/article.md
@@ -59,7 +59,7 @@ if (1) { // 1 jest truthy
59
możemy także przekazać wcześniej sprawdzoną wartość logiczną w taki sposób:
60
61
```js
62
-let cond = (year == 2015); // equality evaluates to true or false
+let cond = (year == 2015); // równanie przekształca się w prawdę lub fałsz
63
64
if (cond) {
65
...
0 commit comments