Skip to content

Commit 82f516c

Browse files
authored
Update task.md
çeviri hatasını düzelttim. satır 14. login --> giris
1 parent 6012eb3 commit 82f516c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

1-js/02-first-steps/10-ifelse/6-rewrite-if-else-question/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Okunabilirlik açısından kodu satırlara bölmeniz önerilir.
1111
```js
1212
let mesaj;
1313

14-
if (login == 'Çalışan') {
14+
if (giris == 'Çalışan') {
1515
mesaj = 'Merhaba';
1616
} else if (giris == 'Yönetici') {
1717
mesaj = 'Sana da merhaba patron';

0 commit comments

Comments
 (0)