Skip to content

Commit 58c9aae

Browse files
authored
Merge pull request #2463 from lijunkang12/patch-1
Update task.md
2 parents 1c24978 + aef2a02 commit 58c9aae

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ importance: 2
66

77
Using the `if..else` construct, write the code which asks: 'What is the "official" name of JavaScript?'
88

9-
If the visitor enters "ECMAScript", then output "Right!", otherwise -- output: "Didn't know? ECMAScript!"
9+
If the visitor enters "ECMAScript", then output "Right!", otherwise -- output: "You don't know? ECMAScript!"
1010

1111
![](ifelse_task2.svg)
1212

0 commit comments

Comments
 (0)