diff --git a/1-js/2-first-steps/12-ifelse/article.md b/1-js/2-first-steps/12-ifelse/article.md index a37e1376..c6a475cf 100644 --- a/1-js/2-first-steps/12-ifelse/article.md +++ b/1-js/2-first-steps/12-ifelse/article.md @@ -36,6 +36,8 @@ It is recommended to use figure brackets every time with `if`, even if there's o The `if (…)` operator evaluates the condition in brackets and converts it to boolean type. +Let's remember the rules. + In the logical context: