We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58e808f commit ac28d60Copy full SHA for ac28d60
1-js/02-first-steps/06-type-conversions/1-primitive-conversions-questions/task.md
@@ -2,9 +2,9 @@ importance: 5
2
3
---
4
5
-# Type conversions
+# Tipų konversijos
6
7
-What are results of these expressions?
+Kokie yra šių išraiškų rezultatai?
8
9
```js no-beautify
10
"" + 1 + 0
@@ -24,4 +24,4 @@ undefined + 1
24
" \t \n" - 2
25
```
26
27
-Think well, write down and then compare with the answer.
+Gerai pagalvokite, užsirašykite ir palyginkite su atsakymais.
0 commit comments