Skip to content

Commit 7e5ffe2

Browse files
committed
move around
1 parent fdad5ff commit 7e5ffe2

File tree

4 files changed

+1
-3
lines changed

4 files changed

+1
-3
lines changed

1-js/02-first-steps/10-ifelse/4-check-login/task.md renamed to 1-js/02-first-steps/11-logical-operators/9-check-login/task.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ The schema:
2020

2121
Please use nested `if` blocks. Mind the overall readability of the code.
2222

23-
Hint:
24-
1. passing an empty input to a prompt returns an empty string `''`. Pressing `key:ESC` during a prompt returns `null`.
25-
2. You should use || that we will see in detail on the next chapter. Here some info: in classical programming, the logical OR is meant to manipulate boolean values only. If any of its arguments are true, it returns true, otherwise it returns false.
23+
Hint: passing an empty input to a prompt returns an empty string `''`. Pressing `key:ESC` during a prompt returns `null`.
2624

2725
[demo]

0 commit comments

Comments
 (0)