We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a894ab commit bf851a0Copy full SHA for bf851a0
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
+# Numele JavaScript
6
7
-Using the `if..else` construct, write the code which asks: 'What is the "official" name of JavaScript?'
+Folosind construcția `if..else`, scrieți codul care întreabă: "Care este numele "oficial" al lui JavaScript?".
8
9
-If the visitor enters "ECMAScript", then output "Right!", otherwise -- output: "You don't know? ECMAScript!"
+Dacă vizitatorul introduce "ECMAScript", atunci pune output "Corect!", altfel -- pune output: "Nu știi? ECMAScript!"
10
11

12
0 commit comments