Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translate Variables page #7

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
In the code below, each line corresponds to the item in the task list.
Aşağıdakı kodda olan hər sətir tapşıqıda olan hər maddəyə aiddir.
Copy link

@azizaismayilova azizaismayilova Jul 21, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"tapşıqda" olan hər (there is a typo)


```js run
let admin, name; // can declare two variables at once
let admin, name; // eyni zamanda iki dəyişən yaratmaq mümkündür

name = "John";
name = "Orxan";

admin = name;

alert( admin ); // "John"
alert( admin ); // "Orxan"
```

10 changes: 5 additions & 5 deletions 1-js/02-first-steps/04-variables/1-hello-variables/task.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ importance: 2

---

# Working with variables
# Dəyişənlər ilə işləmək

1. Declare two variables: `admin` and `name`.
2. Assign the value `"John"` to `name`.
3. Copy the value from `name` to `admin`.
4. Show the value of `admin` using `alert` (must output "John").
1. İki dəyişən yaradın: `admin` `name`.
2. `"Orxan"` dəyərini `name` dəyişəninə təyin edin.
3. `name` adını `admin` adına kopiyalayın.
4. `admin` dəyişəninin dəyərini `alert` ilə göstərin ("Orxan" göstərməlidir).
18 changes: 9 additions & 9 deletions 1-js/02-first-steps/04-variables/2-declare-variables/solution.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
## The variable for our planet
## Bizim planetimizin dəyişəni

That's simple:
Bu asandır:

```js
let ourPlanetName = "Earth";
let ourPlanetName = "Yer";
```

Note, we could use a shorter name `planet`, but it might be not obvious what planet it refers to. It's nice to be more verbose. At least until the variable isNotTooLong.
Nəzərə alın ki, biz `planet` adından istifadə edə bilərdik. Lakin, bu ad ilə hansı planetdən danışdığımız bilinməyəcəkdi. Daha məlumatlı adlar yazmaq yaxşıdır.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

danışdığımız "bilinməyəcəkdir." (the word should end with r)
I think "aydın" better suits in the sentence than "məlumatlı"


## The name of the current visitor
## Cari ziyarətçinin adı

```js
let currentUserName = "John";
let currentUserName = "Orxan";
```

Again, we could shorten that to `userName` if we know for sure that the user is current.
Biz bu dəyişənin həmişə cari istifadəçi haqqında olduğunu bilsəydik bu dəyişəni `userName` adlandıra bilərdik.

Modern editors and autocomplete make long variable names easy to write. Don't save on them. A name with 3 words in it is fine.
Modern redaktorlarda olan avtomatik tamamlayıcı qurğular ilə uzun adları yazmaq asanlaşır. Üç sözdən ibarət ad normaldır.

And if your editor does not have proper autocompletion, get [a new one](/code-editors).
Əgər redaktorununzda avtomatik tamamlayıcı qurğu yoxdursa, [yeni redaktor əldə edin](/code-editors).

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please correct the typo

6 changes: 3 additions & 3 deletions 1-js/02-first-steps/04-variables/2-declare-variables/task.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ importance: 3

---

# Giving the right name
# Düzgün adın verilməsi

1. Create a variable with the name of our planet. How would you name such a variable?
2. Create a variable to store the name of a current visitor to a website. How would you name that variable?
1. Bizim planetimizin adında dəyişən yaradın. Bu dəyişəni necə adlandırardınız?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Bizim planetimiz" is better

2. Veb səhifəyə daxil olan cari ziyarətçinin adını dəyişəndə saxlayın. Bu dəyişəni necə adlandırardınız?
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
We generally use upper case for constants that are "hard-coded". Or, in other words, when the value is known prior to execution and directly written into the code.
Normalda, biz əl ilə yazılan sabit dəyişənləri böyük hərf ilə yazırıq. Digər sözlə, dəyişənin dəyəri skriptin icrasından öncə bilindikdə və kodda birbaşa yazıldıqda biz bu dəyişəni böyük hərf ilə yazırıq.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Digər sözlə, dəyişənin (there is no comma)


In this code, `birthday` is exactly like that. So we could use the upper case for it.
Bu kodda, `birthday` dəyişəninin bu formada olduğundan biz böyük hərfdən istifadə edə bilərik.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No comma


In contrast, `age` is evaluated in run-time. Today we have one age, a year after we'll have another one. It is constant in a sense that it does not change through the code execution. But it is a bit "less of a constant" than `birthday`: it is calculated, so we should keep the lower case for it.
Lakin, `age` dəyişəni icra zamanı hesablanır. Bugün bizdə bir yaş, bir il sonra isə fərqli yaş olacaq. Bu dəyişən kod icrası zamanı dəyişmir amma bu dəyişən hesablanır deyə `birthday`-dən daha "az sabitdir". Bu səbəbdən, bu dəyişənin adı böyük hərf ilə yazılmamalıdır.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lakin, age dəyişəni (there is no comma)

12 changes: 6 additions & 6 deletions 1-js/02-first-steps/04-variables/3-uppercast-constant/task.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@ importance: 4

---

# Uppercase const?
# Böyük hərf ilə const?

Examine the following code:
Aşağıdakı koda baxın:

```js
const birthday = '18.04.1982';

const age = someCode(birthday);
```

Here we have a constant `birthday` date and the `age` is calculated from `birthday` with the help of some code (it is not provided for shortness, and because details don't matter here).
Burada `birthday` adlı sabit zaman dəyişəni və `birthday`-dən hesablanan `age` sabit dəyişəni var (hesablama funksiyasının vacib olmadığından bu kodun tətbiq detalı göstərilməyib).

Would it be right to use upper case for `birthday`? For `age`? Or even for both?
`birthday` üçün böyük hərf işlətmək yaxşı fikirdir? Bəs `age` üçün? Bəs hər ikisi üçün?

```js
const BIRTHDAY = '18.04.1982'; // make uppercase?
const BIRTHDAY = '18.04.1982'; // böyük hərf ilə yazaq?

const AGE = someCode(BIRTHDAY); // make uppercase?
const AGE = someCode(BIRTHDAY); // böyük hərf ilə yazaq?
```

Loading