Skip to content

Commit 5aeed6d

Browse files
authored
Update task.md
1 parent ad637cf commit 5aeed6d

File tree

1 file changed

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

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
importance: 2
1+
маанилүүлүк: 2
22

33
---
44

5-
# The name of JavaScript
5+
# JavaScript'тин аталышы
66

7-
Using the `if..else` construct, write the code which asks: 'What is the "official" name of JavaScript?'
7+
`if..else` түзүлүшүн колдонуп, 'JavaScript-тин "расмий" аталышы кандай?' деп сураган кодду жазыңыз.
88

99
If the visitor enters "ECMAScript", then output "Right!", otherwise -- output: "You don't know? ECMAScript!"
10+
Эгерде келүүчү "ECMAScript" киргизсе, "Туура!" көрсөтүү, антпесе "Билбейсизби? ECMAScript!" көрсөтүү.
1011

1112
![](ifelse_task2.svg)
1213

0 commit comments

Comments
 (0)