Skip to content

Commit 28d2c7d

Browse files
authored
Merge pull request #158 from Vug6r/patch-3
Update task.md
2 parents 4e79ac1 + c4887bd commit 28d2c7d

File tree

1 file changed

+2
-3
lines changed
  • 1-js/02-first-steps/08-comparison/1-comparison-questions

1 file changed

+2
-3
lines changed

Diff for: 1-js/02-first-steps/08-comparison/1-comparison-questions/task.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ importance: 5
22

33
---
44

5-
# Comparisons
5+
# Qarşılaşdırmalar
66

7-
What will be the result for these expressions?
7+
Aşağıdakı ifadələrin nəticəsi nə olacaq?
88

99
```js no-beautify
1010
5 > 4
@@ -15,4 +15,3 @@ undefined === null
1515
null == "\n0\n"
1616
null === +"\n0\n"
1717
```
18-

0 commit comments

Comments
 (0)