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 );