From 20ee8fa2eab15582db9c8e73094b60d548a5245e Mon Sep 17 00:00:00 2001 From: Kevin CHEN <33132228+KevinZonda@users.noreply.github.com> Date: Wed, 16 Jun 2021 18:13:10 +0100 Subject: fix #419 --- files/zh-cn/learn/javascript/first_steps/what_is_javascript/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/zh-cn') 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 313a02adc1..4f7add7614 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 @@ -258,7 +258,7 @@ function updateName() {
</body>
标签结束前插入以下代码:
+ </head>
标签结束前插入以下代码:
<script> // 在此编写 JavaScript 代码 -- cgit v1.2.3-54-g00ecf