Skip to content

Commit f54d212

Browse files
authored
Translated task.md
1 parent e028ba2 commit f54d212

File tree

1 file changed

+3
-3
lines changed
  • 1-js/02-first-steps/10-ifelse/2-check-standard

1 file changed

+3
-3
lines changed

1-js/02-first-steps/10-ifelse/2-check-standard/task.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ importance: 2
22

33
---
44

5-
# The name of JavaScript
5+
# JavaScript pavadinimas
66

7-
Using the `if..else` construct, write the code which asks: 'What is the "official" name of JavaScript?'
7+
Naudodami konstruktą `if..else`, parašykite kodą, kuris klausia: 'Koks yra "oficialus JavaScript pavadinimas?'
88

9-
If the visitor enters "ECMAScript", then output "Right!", otherwise -- output: "Didn't know? ECMAScript!"
9+
Jeigu lankytojas įveda "ECMAScript", tada gaunamas "Teisingai!", kitu atveju -- gaunamas: "Nežinojote? ECMAScript!"
1010

1111
![](ifelse_task2.svg)
1212

0 commit comments

Comments
 (0)