Update task.md

To be coherent with the solution and the picture below.
This commit is contained in:
Junkang Li 2021-01-23 16:42:55 +01:00 committed by GitHub
parent 97ef86242f
commit aef2a02f42
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)