Skip to content

Commit bbe588b

Browse files
authored
Update solution.md
1 parent 7c8e1e7 commit bbe588b

File tree

1 file changed

+1
-1
lines changed
  • 1-js/02-first-steps/11-logical-operators/9-check-login

1 file changed

+1
-1
lines changed

1-js/02-first-steps/11-logical-operators/9-check-login/solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if (userName === 'Админ') {
1818
} else if (userName === '' || userName === null) {
1919
alert( 'Жокко чыгарылды' );
2020
} else {
21-
alert( "Мен сизди билбейм" );
21+
alert( "Мен сизди тааныбайм" );
2222
}
2323
```
2424

0 commit comments

Comments
 (0)