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 8fd6a33 commit 9eb9587Copy full SHA for 9eb9587
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