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 9cfa062 commit b3c1763Copy full SHA for b3c1763
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) ? 'Sub' : 'Peste';
5
```
6
0 commit comments