diff options
author | Hsiao Feng <vectorst@foxmail.com> | 2021-08-25 22:39:16 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-25 22:39:16 +0800 |
commit | af85470053f052c5f6b8fbc34c93330f42d48189 (patch) | |
tree | 492810c78753de3d0d125d45ff5c49f50d5214eb /files/zh-cn/learn/javascript | |
parent | d0fbc4387332df5a2c60f4695ed8a1c4d41549f7 (diff) | |
download | translated-content-af85470053f052c5f6b8fbc34c93330f42d48189.tar.gz translated-content-af85470053f052c5f6b8fbc34c93330f42d48189.tar.bz2 translated-content-af85470053f052c5f6b8fbc34c93330f42d48189.zip |
Replace link with locale in Learn/JavaScript/First_steps/What_is_JavaScript, zh-CN (#2210)
Diffstat (limited to 'files/zh-cn/learn/javascript')
-rw-r--r-- | files/zh-cn/learn/javascript/first_steps/what_is_javascript/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/learn/javascript/first_steps/what_is_javascript/index.html b/files/zh-cn/learn/javascript/first_steps/what_is_javascript/index.html index 4f7add7614..02a3936597 100644 --- a/files/zh-cn/learn/javascript/first_steps/what_is_javascript/index.html +++ b/files/zh-cn/learn/javascript/first_steps/what_is_javascript/index.html @@ -478,7 +478,7 @@ for (let i = 0; i < buttons.length; i++) { <p dir="ltr">恭喜你,迈出了探索 JavaScript 世界的第一步。我们从理论开始,介绍为什么要使用 JavaScript,以及用它能做什么事情。过程中穿插了一些代码示例并讲解了 JavaScript 如何与网站中其他代码适配,等等。</p> -<p dir="ltr">现在 JavaScript 或许还有些令人生畏,但不用担心。在课程中我们会循序渐进。下一节将<a href="/en-US/docs/Learn/JavaScript/Introduction_to_JavaScript_1/A_first_splash"> 全力投入实战</a>,让你专注其中,并建立自己的 JavaScript 示例。</p> +<p dir="ltr">现在 JavaScript 或许还有些令人生畏,但不用担心。在课程中我们会循序渐进。下一节将<a href="/zh-CN/docs/Learn/JavaScript/Introduction_to_JavaScript_1/A_first_splash"> 全力投入实战</a>,让你专注其中,并建立自己的 JavaScript 示例。</p> <p dir="ltr">{{NextMenu("Learn/JavaScript/First_steps/A_first_splash", "Learn/JavaScript/First_steps")}}</p> |