From aef2a02f42b0e7987bbbfd52872dd1ee896a08f4 Mon Sep 17 00:00:00 2001 From: Junkang Li <17224946+lijunkang12@users.noreply.github.com> Date: Sat, 23 Jan 2021 16:42:55 +0100 Subject: [PATCH] Update task.md To be coherent with the solution and the picture below. --- 1-js/02-first-steps/10-ifelse/2-check-standard/task.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/02-first-steps/10-ifelse/2-check-standard/task.md b/1-js/02-first-steps/10-ifelse/2-check-standard/task.md index a4d9432456..4305584fa6 100644 --- a/1-js/02-first-steps/10-ifelse/2-check-standard/task.md +++ b/1-js/02-first-steps/10-ifelse/2-check-standard/task.md @@ -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)