Skip to content

Commit 44a8049

Browse files
authored
feat: improve translation
1 parent c7ebb6e commit 44a8049

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ importance: 3
22

33
---
44

5-
# 登陆验证
5+
# 登录校验
66

7-
实现使用 `prompt` 进行登陆校验的代码
7+
实现使用 `prompt` 进行登录校验的代码
88

99
如果访问者输入 `"Admin"`,那么使用 `prompt` 引导获取密码,如果输入的用户名为空或者按下了 `key:Esc` 键 —— 显示 "Canceled",如果是其他字符串 —— 显示 "I don't know you"。
1010

0 commit comments

Comments
 (0)