We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e028ba2 commit f54d212Copy full SHA for f54d212
1-js/02-first-steps/10-ifelse/2-check-standard/task.md
@@ -2,11 +2,11 @@ importance: 2
2
3
---
4
5
-# The name of JavaScript
+# JavaScript pavadinimas
6
7
-Using the `if..else` construct, write the code which asks: 'What is the "official" name of JavaScript?'
+Naudodami konstruktą `if..else`, parašykite kodą, kuris klausia: 'Koks yra "oficialus JavaScript pavadinimas?'
8
9
-If the visitor enters "ECMAScript", then output "Right!", otherwise -- output: "Didn't know? ECMAScript!"
+Jeigu lankytojas įveda "ECMAScript", tada gaunamas "Teisingai!", kitu atveju -- gaunamas: "Nežinojote? ECMAScript!"
10
11

12
0 commit comments