回答編集履歴

4

検索語に「学習」を追加

2019/02/02 12:12

投稿

think49
think49

スコア18170

test CHANGED
@@ -44,7 +44,7 @@
44
44
 
45
45
  - [ECMAScriptに関連する質問一覧|teratail](https://teratail.com/tags/ECMAScript)
46
46
 
47
- - [site:teratail.com ECMAScript-5 ECMAScript-6 - Google 検索](https://www.google.com/search?q=site%3Ateratail.com+ECMAScript-5+ECMAScript-6)
47
+ - [site:teratail.com ECMAScript-5 ECMAScript-6 学習 - Google 検索](https://www.google.com/search?q=site%3Ateratail.com+ECMAScript-5+ECMAScript-6+%E5%AD%A6%E7%BF%92)
48
48
 
49
49
 
50
50
 

3

Google検索の検索語調整

2019/02/02 12:11

投稿

think49
think49

スコア18170

test CHANGED
@@ -44,7 +44,7 @@
44
44
 
45
45
  - [ECMAScriptに関連する質問一覧|teratail](https://teratail.com/tags/ECMAScript)
46
46
 
47
- - [site:teratail.com ECMAScript5 ECMAScript6 - Google 検索](https://www.google.com/search?q=site%3Ateratail.com+ECMAScript5+ECMAScript6&ie=UTF-8)
47
+ - [site:teratail.com ECMAScript-5 ECMAScript-6 - Google 検索](https://www.google.com/search?q=site%3Ateratail.com+ECMAScript-5+ECMAScript-6)
48
48
 
49
49
 
50
50
 

2

typo修正

2019/02/02 12:04

投稿

think49
think49

スコア18170

test CHANGED
@@ -56,7 +56,7 @@
56
56
 
57
57
 
58
58
 
59
- - ECMAScript 5.l (バージョンNoに年付いていない最後の版。IE11をサポートするなら必要)
59
+ - ECMAScript 5.l (バージョンNoに西暦付いていない最版。IE11をサポートするなら必要)
60
60
 
61
61
  - ECMAScript 2018 (勧告)
62
62
 

1

過去ログ、ES2018

2019/02/02 11:58

投稿

think49
think49

スコア18170

test CHANGED
@@ -34,4 +34,38 @@
34
34
 
35
35
 
36
36
 
37
+ ### 過去ログ
38
+
39
+
40
+
41
+ 「ES5 vs ES6」の質問は昔からあるので、過去ログも参照すると良いと思います。
42
+
43
+
44
+
45
+ - [ECMAScriptに関連する質問一覧|teratail](https://teratail.com/tags/ECMAScript)
46
+
47
+ - [site:teratail.com ECMAScript5 ECMAScript6 - Google 検索](https://www.google.com/search?q=site%3Ateratail.com+ECMAScript5+ECMAScript6&ie=UTF-8)
48
+
49
+
50
+
51
+ ### ECMAScript 2018/2019
52
+
53
+
54
+
55
+ しかし、今となっては、ECMAScript 6 (ECMAScript 2015)は古いので、比較対象は次のようになると思います。
56
+
57
+
58
+
59
+ - ECMAScript 5.l (バージョンNoに年賀付いていない最後の版。IE11をサポートするなら必要)
60
+
61
+ - ECMAScript 2018 (勧告)
62
+
63
+ - ECMAScript 2019 (草案)
64
+
65
+
66
+
67
+ ES6はアロー関数、イテレータ、分割代入、class構文...etc、全バージョンと比較してコーディングを快適にするための新要素が数多く含まれる為によく取沙汰されますが、現在ではECMAScriptは一年ごとに更新されています。
68
+
69
+
70
+
37
71
  Re: touto さん