Skip to content

Commit c7ebb6e

Browse files
authored
fix: translation
1 parent f6da8a9 commit c7ebb6e

File tree

1 file changed

+2
-2
lines changed
  • 1-js/02-first-steps/10-ifelse/2-check-standard

1 file changed

+2
-2
lines changed

1-js/02-first-steps/10-ifelse/2-check-standard/task.md

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

55
# JavaScript 的名字
66

7-
使用 `if..else` 结构,实现提问 “JavaScript 的“官方”名称是什么?”的代码
7+
使用 `if..else` 结构,实现提问 "What's the “official” name of JavaScript?" 的代码
88

9-
如果访问者输入了 "ECMAScript",输出就提示 "Right!",否则 — 输出:“你不知道?ECMAScript!”
9+
如果访问者输入了 "ECMAScript",输出就提示 "Right!",否则 — 输出:"You don't know? “ECMAScript”!"
1010

1111
![](ifelse_task2.svg)
1212

0 commit comments

Comments
 (0)