We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a31d09b commit 83cc3a2Copy full SHA for 83cc3a2
1 file changed
1-js/02-first-steps/11-logical-operators/6-check-if-in-range/task.md
@@ -4,6 +4,6 @@ importance: 3
4
5
# 检查值是否位于范围区间内
6
7
-写一个“if”条件句来检查 `age` 是否位于 `14` 到 `90` 的闭区间。
+写一个“if”条件句来检查 `age` 是否位于 `14` 到 `90` 的闭区间。
8
9
“闭区间”意味着,`age` 的值可以取 `14` 或 `90`。
0 commit comments