Skip to content

Commit 19cfe36

Browse files
authored
typo
1 parent 6f353fb commit 19cfe36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/exercises/04-conditionals-exercises.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ process.stdout.write('\n*4·61. ');
147147
148148
For example, if the username and password match the employee username and password and their salary is within the junior range, print 'Welcome, junior employee Zarya.' In the case where the salary is not within any of the set ranges, simply print 'Welcome, employee Zarya.' If the username and password match the CEO credentials but the salary is below the CEO's minimum salary, we have an imposter! For an invalid login, just print 'Invalid login.' (don't worry about whether it was the username or password that didn't match).
149149
150-
If you notice you're repeating a certain condition more than once, try nesting if statements to avoid the repeitition.
150+
If you notice you're repeating a certain condition more than once, try nesting if statements to avoid the repetition.
151151
*/
152152

153153

0 commit comments

Comments
 (0)