From f44d83c5948c7ddfae98a4e3eee87215932eae0d Mon Sep 17 00:00:00 2001 From: Jay Date: Thu, 8 Nov 2018 17:02:03 +0100 Subject: [PATCH] Improved phrasing --- 1-js/02-first-steps/11-logical-operators/5-alert-and-or/task.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/02-first-steps/11-logical-operators/5-alert-and-or/task.md b/1-js/02-first-steps/11-logical-operators/5-alert-and-or/task.md index 4b2ad046..b18bb9c5 100644 --- a/1-js/02-first-steps/11-logical-operators/5-alert-and-or/task.md +++ b/1-js/02-first-steps/11-logical-operators/5-alert-and-or/task.md @@ -4,7 +4,7 @@ importance: 5 # The result of OR AND OR -What will be the result? +What will the result be? ```js alert( null || 2 && 3 || 4 );