You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 1-js/01-getting-started/2-manuals-specifications/article.md
+4-24Lines changed: 4 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,28 +3,16 @@
3
3
4
4
Buku ini adalah *tutorial*. Tujuannya membantu kamu memahami bahasa ini pelan-pelan. Tapi sekali kamu akrab dengan dasarnya, kamu butuh sumber lain.
5
5
6
-
<<<<<<< HEAD
7
6
8
7
## Spesifikasi
9
-
=======
10
-
## Specification
11
-
>>>>>>> 8c30654f694fe8682f5631809980be931ee4ed72
12
8
13
9
**Spesifikasi ECMA-262** berisi informasi format, detil, and mendalam tentang JavaScript. Ia mendefisikan bahasa ini.
14
10
15
-
<<<<<<< HEAD
16
-
Tapi selain format, ia sulit dipahami di awal. Jadi jika kamu butuh sumber informasi terpercaya tentang detil bahasa, ini tempat yang tepat. Tapi ini bukan untuk penggunaan harian.
17
-
=======
18
-
But being that formalized, it's difficult to understand at first. So if you need the most trustworthy source of information about the language details, the specification is the right place. But it's not for everyday use.
19
-
>>>>>>> 8c30654f694fe8682f5631809980be931ee4ed72
11
+
Tapi karena menjadi formal, ia sulit dipahami di awal. Jadi jika kamu butuh sumber informasi terpercaya tentang detil bahasa, spesifikasi ini tempat yang tepat. Tapi ini bukan untuk penggunaan harian.
20
12
21
13
Draft terakhir ada di <https://tc39.es/ecma262/>.
22
14
23
-
<<<<<<< HEAD
24
-
Untuk membaca tentang fitur termutakhir, yang belum didukung luas, lihat proposal di <https://github.com/tc39/proposals>.
25
-
=======
26
-
To read about new bleeding-edge features, including those that are "almost standard" (so-called "stage 3"), see proposals at <https://github.com/tc39/proposals>.
27
-
>>>>>>> 8c30654f694fe8682f5631809980be931ee4ed72
15
+
Untuk membaca tentang fitur terkini, termasuk yang "hampir menjadi standar" (disebut "stage 3"), lihat proposalnya di <https://github.com/tc39/proposals>.
28
16
29
17
Juga, jika kamu dalam pengembangan untuk peramban, maka ada spek lain yang dibahas di [bagian kedua](info:browser-environment) di tutorial ini.
30
18
@@ -37,19 +25,11 @@ Juga, jika kamu dalam pengembangan untuk peramban, maka ada spek lain yang dibah
37
25
Meski, sering lebih bagus menggunakan pencarian internet. Pakai "MDN [term]" di query, misal <https://google.com/search?q=MDN+parseInt> untuk mencari fungsi `parseInt`.
38
26
39
27
40
-
<<<<<<< HEAD
41
-
-**MSDN** – Manual Microsoft dengan banyak informasi, termasuk JavaScript (sering dirujuk sebagai JScript). Jika kamu butuh sesuatu specifik ke Internet Explorer, lebih baik menuju: <http://msdn.microsoft.com/>.
42
-
=======
43
-
-**MSDN** – Microsoft manual with a lot of information, including JavaScript (often referred to as JScript). If one needs something specific to Internet Explorer, better go there: <http://msdn.microsoft.com/>.
44
-
>>>>>>> 8c30654f694fe8682f5631809980be931ee4ed72
28
+
-**MSDN** – Manual Microsoft dengan banyak informasi, termasuk JavaScript (sering dirujuk sebagai JScript). Jika kamu butuh sesuatu yang spesifik ke Internet Explorer, lebih baik pergi ke: <http://msdn.microsoft.com/>.
45
29
46
30
Juga, kamu bisa menggunakan pencarian internet dengan frasa seperti "RegExp MSDN" atau "RegExp MSDN jscript".
47
31
48
-
<<<<<<< HEAD
49
-
## Dukungan fitur
50
-
=======
51
-
## Compatibility tables
52
-
>>>>>>> 8c30654f694fe8682f5631809980be931ee4ed72
32
+
## Tabel kompatibilitas
53
33
54
34
JavaScript merupakan bahasa berkembang, fitur baru ditambah secara reguler.
0 commit comments