From feed68cecd6d4914b01403481a86c9ea06dd6772 Mon Sep 17 00:00:00 2001 From: lvfangren Date: Fri, 21 Jan 2022 23:53:34 +0800 Subject: [PATCH] fix: style miss&&small content (#578) --- 2-js-basics/3-making-decisions/README.md | 2 +- 2-js-basics/3-making-decisions/translations/README.zh-cn.md | 2 +- 3-terrarium/1-intro-to-html/translations/README.zh-cn.md | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/2-js-basics/3-making-decisions/README.md b/2-js-basics/3-making-decisions/README.md index e4ac8d3c..7230408d 100644 --- a/2-js-basics/3-making-decisions/README.md +++ b/2-js-basics/3-making-decisions/README.md @@ -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. diff --git a/2-js-basics/3-making-decisions/translations/README.zh-cn.md b/2-js-basics/3-making-decisions/translations/README.zh-cn.md index 4ba46aab..9d000ed2 100644 --- a/2-js-basics/3-making-decisions/translations/README.zh-cn.md +++ b/2-js-basics/3-making-decisions/translations/README.zh-cn.md @@ -62,7 +62,7 @@ if (currentMoney >= laptopPrice){ ## If..Else 语句 -`else` 语句会在条件为假的情况下运行它块中的代码。它后面可以跟上一个 `if` 语句。 +`else` 语句会在条件为假的情况下运行它块中的代码。它可以跟在一个 `if` 语句后面。 ```javascript let currentMoney; diff --git a/3-terrarium/1-intro-to-html/translations/README.zh-cn.md b/3-terrarium/1-intro-to-html/translations/README.zh-cn.md index 3e7904e9..cf3b2cb8 100644 --- a/3-terrarium/1-intro-to-html/translations/README.zh-cn.md +++ b/3-terrarium/1-intro-to-html/translations/README.zh-cn.md @@ -187,6 +187,8 @@ HTML 文档中的 'head' 包含的区域有很多关于页面的重要信息, ✅ 看看屏幕阅读器是[如何去处理的一个网页的](https://www.youtube.com/watch?v=OUDV1gqs9GA)。你看到了非语义化标签对他们造成的障碍了吗? +--- + ## 花艺瓶 这个界面的最后一部分涉及创建标记,这些标记后面将被装饰成一个花艺瓶。 @@ -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) ## 复习 & 预习