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 0b54217 commit bbaeaacCopy full SHA for bbaeaac
1 file changed
1-js/02-first-steps/16-function-expressions/article.md
@@ -345,7 +345,7 @@ welcome(); // εντάξει τώρα
345
*/!*
346
```
347
348
-Or we could simplify it even further using a question mark operator `?`:
+Ή θα μπορούσαμε να το απλοποιήσουμε ακόμη περισσότερο χρησιμοποιώντας έναν τελεστή ερωτηματικού `?`:
349
350
```js run
351
let age = prompt("What is your age?", 18);
0 commit comments