Skip to content

Commit 201a313

Browse files
authored
Update solution.md
6
1 parent a6a8291 commit 201a313

File tree

1 file changed

+3
-3
lines changed
  • 1-js/02-first-steps/10-ifelse/6-rewrite-if-else-question

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22

33
```js
4-
let message = (login == 'Employee') ? 'Hello' :
5-
(login == 'Director') ? 'Greetings' :
6-
(login == '') ? 'No login' :
4+
let message = (login == 'Աշխատակից') ? 'Ողջույն' :
5+
(login == 'Տնօրեն') ? 'Ողջույններ' :
6+
(login == '') ? 'Մուտք չկա' :
77
'';
88
```
99

0 commit comments

Comments
 (0)