We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdb2879 commit f35d727Copy full SHA for f35d727
1 file changed
1-js/02-first-steps/13-switch/1-rewrite-switch-if-else/task.md
@@ -4,7 +4,7 @@ importance: 5
4
5
# 将 "switch" 结构重写为 "if" 结构
6
7
-将下面 "switch" 结构的代码写成 `if..else` 结构:
+将下面 `switch` 结构的代码写成 `if..else` 结构:
8
9
```js
10
switch (browser) {
0 commit comments