mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-18 12:31:20 +02:00
Merge branch 'main' of https://github.com/microsoft/Web-Dev-For-Beginners into main
This commit is contained in:
14
2-js-basics/translations/README.id.md
Normal file
14
2-js-basics/translations/README.id.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# Pengantar JavaScript
|
||||
|
||||
JavaScript adalah bahasa web. Dalam empat pelajaran ini, Anda akan mempelajari dasar-dasarnya.
|
||||
|
||||
### Topik
|
||||
|
||||
1. [Variabel dan Jenis Data](../1-data-types/translations/README.id.md)
|
||||
2. [Fungsi dan Metode](../2-functions-methods/translations/README.id.md)
|
||||
3. [Membuat Keputusan dengan JavaScript](../3-making-decisions/translations/README.id.md)
|
||||
4. [Array dan Loop](../4-arrays-loops/translations/README.id.md)
|
||||
|
||||
### Kredit
|
||||
|
||||
Pelajaran ini ditulis dengan ♥️ ️oleh [Jasmine Greenaway](https://twitter.com/paladique), [Christopher Harrison](https://twitter.com/geektrainer) dan [Chris Noring](https://twitter.com/chris_noring)
|
14
2-js-basics/translations/README.ja.md
Normal file
14
2-js-basics/translations/README.ja.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# JavaScript 入門
|
||||
|
||||
JavaScript は Web の言語です。この4つのレッスンでは、その基本を学びます。
|
||||
|
||||
### トピック
|
||||
|
||||
1. [変数とデータ型](1-data-types/README.md)
|
||||
2. [関数とメソッド](2-functions-methods/README.md)
|
||||
3. [JavaScript での意思決定](3-making-decisions/README.md)
|
||||
4. [配列とループ](4-arrays-loops/README.md)
|
||||
|
||||
### Credits
|
||||
|
||||
These lessons were written with ♥️ by [Jasmine Greenaway](https://twitter.com/paladique), [Christopher Harrison](https://twitter.com/geektrainer) and [Chris Noring](https://twitter.com/chris_noring)
|
Reference in New Issue
Block a user