en.javascript.info/1-js/02-first-steps/10-ifelse/2-check-standard/task.md
Junkang Li aef2a02f42
Update task.md
To be coherent with the solution and the picture below.
2021-01-23 16:42:55 +01:00

13 lines
310 B
Markdown

importance: 2
---
# The name of JavaScript
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: "You don't know? ECMAScript!"
![](ifelse_task2.svg)
[demo src="ifelse_task2"]