Skip to content

Commit

Permalink
fix: style miss&&small content (microsoft#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
lvfangren authored Jan 21, 2022
1 parent 469ee53 commit feed68c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 2-js-basics/3-making-decisions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ if (currentMoney >= laptopPrice){
}
```

## IF..Else Statement
## If..Else Statement

The `else` statement will run the code in between its blocks when the condition is false. It's optional with an `if` statement.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ if (currentMoney >= laptopPrice){

## If..Else 语句

`else` 语句会在条件为假的情况下运行它块中的代码。它后面可以跟上一个 `if` 语句
`else` 语句会在条件为假的情况下运行它块中的代码。它可以跟在一个 `if` 语句后面

```javascript
let currentMoney;
Expand Down
4 changes: 3 additions & 1 deletion 3-terrarium/1-intro-to-html/translations/README.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ HTML 文档中的 'head' 包含的区域有很多关于页面的重要信息,

✅ 看看屏幕阅读器是[如何去处理的一个网页的](https://www.youtube.com/watch?v=OUDV1gqs9GA)。你看到了非语义化标签对他们造成的障碍了吗?

---

## 花艺瓶

这个界面的最后一部分涉及创建标记,这些标记后面将被装饰成一个花艺瓶。
Expand Down Expand Up @@ -217,7 +219,7 @@ HTML 中还有一些狂野的'旧'标签,玩起来仍然很有趣。虽然[这

## 课后测试

[课后测试](https://happy-mud-02d95f10f.azurestaticapps.net/quiz/16?loc=zh_ch)
[课后测试](https://happy-mud-02d95f10f.azurestaticapps.net/quiz/16?loc=zh_cn)

## 复习 & 预习

Expand Down

0 comments on commit feed68c

Please sign in to comment.