From 9f8c0a7f9fe4c911493c240976b7a15664184bb7 Mon Sep 17 00:00:00 2001 From: Jay Date: Fri, 9 Nov 2018 08:25:40 +0100 Subject: [PATCH] Improved phrasing --- .../11-logical-operators/3-alert-1-null-2/task.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/02-first-steps/11-logical-operators/3-alert-1-null-2/task.md b/1-js/02-first-steps/11-logical-operators/3-alert-1-null-2/task.md index 53ec7874..043d431e 100644 --- a/1-js/02-first-steps/11-logical-operators/3-alert-1-null-2/task.md +++ b/1-js/02-first-steps/11-logical-operators/3-alert-1-null-2/task.md @@ -4,7 +4,7 @@ importance: 5 # What is the result of AND? -What this code is going to show? +What is this code going to show? ```js alert( 1 && null && 2 );