Skip to content

Commit

Permalink
zh-cn: improve translation (#24749)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanxxl authored Nov 30, 2024
1 parent cca56ae commit 86515a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/zh-cn/web/javascript/language_overview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ export const a = 1;

## 语言和运行时

在本文中,我们不断提及地特定特性是*语言级别的*而其他则是*运行时级别的*
在本文中,我们不断提及某个特性是*语言级别的*而其他的则是*运行时级别的*

JavaScript 是通用型脚本语言。[核心语言规范](/zh-CN/docs/Web/JavaScript/JavaScript_technologies_overview#javascript_核心语言(ecmascript))专注于纯计算逻辑。它不处理任何的输入/输出——实际上,没有额外的运行时级别的 API(特别是 [`console.log()`](/zh-CN/docs/Web/API/console/log_static)),JavaScript 程序的行为是完全不可预测的。

Expand Down

0 comments on commit 86515a2

Please sign in to comment.