Skip to content

Commit 2ba3186

Browse files
committed
fix last eng comment translation
1 parent 4de0107 commit 2ba3186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/10-ifelse/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ if (1) { // 1 jest truthy
5959
możemy także przekazać wcześniej sprawdzoną wartość logiczną w taki sposób:
6060

6161
```js
62-
let cond = (year == 2015); // equality evaluates to true or false
62+
let cond = (year == 2015); // równanie przekształca się w prawdę lub fałsz
6363

6464
if (cond) {
6565
...

0 commit comments

Comments
 (0)