We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e79ac1 + c4887bd commit 28d2c7dCopy full SHA for 28d2c7d
1 file changed
1-js/02-first-steps/08-comparison/1-comparison-questions/task.md
@@ -2,9 +2,9 @@ importance: 5
2
3
---
4
5
-# Comparisons
+# Qarşılaşdırmalar
6
7
-What will be the result for these expressions?
+Aşağıdakı ifadələrin nəticəsi nə olacaq?
8
9
```js no-beautify
10
5 > 4
@@ -15,4 +15,3 @@ undefined === null
15
null == "\n0\n"
16
null === +"\n0\n"
17
```
18
-
0 commit comments