en.javascript.info/1-js/02-first-steps/10-ifelse/2-check-standard/task.md
Ilya Kantor 9ad9063d00 up
2016-11-28 21:35:42 +03:00

14 lines
308 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: "Didn't know? ECMAScript!"
![](ifelse_task2.png)
[demo src="ifelse_task2"]