From e1277ec5c508c1fa91fc68ec160aad7aefc7d3ed Mon Sep 17 00:00:00 2001 From: LeviDing Date: Sun, 27 May 2018 12:12:12 +0800 Subject: [PATCH 1/2] Update index.md --- 1-js/index.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/1-js/index.md b/1-js/index.md index c313cb85c8..bc0448843a 100644 --- a/1-js/index.md +++ b/1-js/index.md @@ -1,6 +1,5 @@ -# The JavaScript language +# JavaScript 编程语言 -Here we learn JavaScript, starting from scratch and go on to advanced concepts like OOP. - -We concentrate on the language itself here, with the minimum of environment-specific notes. +在这儿我们将从头开始学习 JavaScript,并会学习 OOP 等高级概念。 +我们在这里专注于语言本身,只有少量的关于特定环境的内容。 From fd8780942f4a4d2e22ed9b0dc17dac4eb636a419 Mon Sep 17 00:00:00 2001 From: LeviDing Date: Wed, 30 May 2018 17:49:47 +0800 Subject: [PATCH 2/2] Update index.md --- 1-js/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/1-js/index.md b/1-js/index.md index bc0448843a..d52d712bc7 100644 --- a/1-js/index.md +++ b/1-js/index.md @@ -1,5 +1,5 @@ # JavaScript 编程语言 -在这儿我们将从头开始学习 JavaScript,并会学习 OOP 等高级概念。 +在这儿我们将从头开始学习 JavaScript,也会学习 OOP 等相关高级概念。 -我们在这里专注于语言本身,只有少量的关于特定环境的内容。 +因为不同环境会导致程序运行结果不同,为了避免歧义,专注于语言本身。在这儿我们默认使用最小环境。