Merge pull request #2463 from lijunkang12/patch-1

Update task.md
This commit is contained in:
Ilya Kantor 2021-02-02 11:46:39 +03:00 committed by GitHub
commit 58c9aae07f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ importance: 2
Using the `if..else` construct, write the code which asks: 'What is the "official" name of JavaScript?'
If the visitor enters "ECMAScript", then output "Right!", otherwise -- output: "Didn't know? ECMAScript!"
If the visitor enters "ECMAScript", then output "Right!", otherwise -- output: "You don't know? ECMAScript!"
![](ifelse_task2.svg)