Skip to content

Commit ef442a7

Browse files
fix typo
1 parent ffefe2b commit ef442a7

File tree

2 files changed

+3
-5
lines changed
  • 1-js/02-first-steps/14-function-basics

2 files changed

+3
-5
lines changed

1-js/02-first-steps/14-function-basics/1-if-else-required/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ importance: 4
44

55
# "else" gerekli mi?
66

7-
Aşağıdaki fonksiyon eğer `yas` parametresi `18`'den büyükse `true` dönderir.
7+
Aşağıdaki fonksiyon eğer `yas` parametresi `18`'den büyükse `true` döndürür.
88

99
Diğer türlü onay sorar ve sonucunu döndürür.
1010

1-js/02-first-steps/14-function-basics/2-rewrite-function-question-or/task.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ importance: 4
44

55
# Fonksiyonu '?' veya '||' kullanarak tekrar yazınız.
66

7-
Aşağıdaki fonksiyon
8-
9-
Aşağıdaki fonksiyon eğer `yas` parametresi `18`'den büyükse `true` dönderir.
7+
Aşağıdaki fonksiyon eğer `yas` parametresi `18`'den büyükse `true` döndürür.
108

119
Diğer türlü onay sorar ve sonucunu döndürür.
1210

@@ -25,4 +23,4 @@ function yasKontrolu(yas) {
2523
`yasKontrolu` fonksiyonunun iki türlü versiyonunu yazınız.
2624

2725
1. `'?'` operatörünü kullanarak.
28-
2. veya kullanarak `||`.
26+
2. veya kullanarak `||`.

0 commit comments

Comments
 (0)