From 5a8bb8a43ff165c51616b9b2b873100a206279ca Mon Sep 17 00:00:00 2001 From: Jay Date: Fri, 9 Nov 2018 08:20:33 +0100 Subject: [PATCH] Improved phrasing --- .../11-logical-operators/1-alert-null-2-undefined/task.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/02-first-steps/11-logical-operators/1-alert-null-2-undefined/task.md b/1-js/02-first-steps/11-logical-operators/1-alert-null-2-undefined/task.md index eda8c90589..a7c9addfc7 100644 --- a/1-js/02-first-steps/11-logical-operators/1-alert-null-2-undefined/task.md +++ b/1-js/02-first-steps/11-logical-operators/1-alert-null-2-undefined/task.md @@ -4,7 +4,7 @@ importance: 5 # What's the result of OR? -What the code below is going to output? +What is the code below going to output? ```js alert( null || 2 || undefined );