diff --git a/1-js/02-first-steps/11-logical-operators/8-if-question/task.md b/1-js/02-first-steps/11-logical-operators/8-if-question/task.md index f824779b..55987121 100644 --- a/1-js/02-first-steps/11-logical-operators/8-if-question/task.md +++ b/1-js/02-first-steps/11-logical-operators/8-if-question/task.md @@ -6,7 +6,7 @@ importance: 5 Which of these `alert`s are going to execute? -What will be the results of the expressions inside `if(...)`? +What will the results of the expressions be inside `if(...)`? ```js if (-1 || 0) alert( 'first' );