Skip to content

Commit 09ee21f

Browse files
authored
Update solution.md
1 parent cba7e1e commit 09ee21f

File tree

1 file changed

+1
-1
lines changed
  • 1-js/02-first-steps/10-ifelse/5-rewrite-if-question

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

33
```js
4-
let result = (a + b < 4) ? 'Below' : 'Over';
4+
let result = (a + b < 4) ? 'Аз' : 'Көп';
55
```
66

0 commit comments

Comments
 (0)