Skip to content

Commit bf851a0

Browse files
translated
1 parent 0a894ab commit bf851a0

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+
# Numele JavaScript
66

7-
Using the `if..else` construct, write the code which asks: 'What is the "official" name of JavaScript?'
7+
Folosind construcția `if..else`, scrieți codul care întreabă: "Care este numele "oficial" al lui JavaScript?".
88

9-
If the visitor enters "ECMAScript", then output "Right!", otherwise -- output: "You don't know? ECMAScript!"
9+
Dacă vizitatorul introduce "ECMAScript", atunci pune output "Corect!", altfel -- pune output: "Nu știi? ECMAScript!"
1010

1111
![](ifelse_task2.svg)
1212

0 commit comments

Comments
 (0)