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.
2 parents db20cf4 + 9eb9587 commit e58fd9dCopy full SHA for e58fd9d
1 file changed
1-js/02-first-steps/10-ifelse/5-rewrite-if-question/solution.md
@@ -1,6 +1,6 @@
1
2
3
```js
4
-sonuc = (a + b < 4) ? 'Düşük' : 'Yüksek';
+let sonuc = (a + b < 4) ? 'Düşük' : 'Yüksek';
5
```
6
0 commit comments