Skip to content

Commit bbaeaac

Browse files
committed
translating
1 parent 0b54217 commit bbaeaac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 1-js/02-first-steps/16-function-expressions

1-js/02-first-steps/16-function-expressions/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ welcome(); // εντάξει τώρα
345345
*/!*
346346
```
347347

348-
Or we could simplify it even further using a question mark operator `?`:
348+
Ή θα μπορούσαμε να το απλοποιήσουμε ακόμη περισσότερο χρησιμοποιώντας έναν τελεστή ερωτηματικού `?`:
349349

350350
```js run
351351
let age = prompt("What is your age?", 18);

0 commit comments

Comments
 (0)