We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 581e9fb commit 532994aCopy full SHA for 532994a
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
-let result = (a + b < 4) ? 'Below' : 'Over';
+let result = (a + b < 4) ? 'Žemiau' : 'Aukščiau';
5
```
6
0 commit comments