Skip to content

Commit e58fd9d

Browse files
authored
Merge pull request #96 from bestekrgz/patch-1
Update solution.md
2 parents db20cf4 + 9eb9587 commit e58fd9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 1-js/02-first-steps/10-ifelse/5-rewrite-if-question
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

33
```js
4-
sonuc = (a + b < 4) ? 'Düşük' : 'Yüksek';
4+
let sonuc = (a + b < 4) ? 'Düşük' : 'Yüksek';
55
```
66

0 commit comments

Comments
 (0)