mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-30 01:50:19 +02:00
Merge remote-tracking branch 'upstream/main'
This commit is contained in:
@@ -11,4 +11,4 @@ JavaScript ist die Sprache des Webs. In diesen vier Lektionen lernen Sie die Gru
|
||||
|
||||
### Credits
|
||||
|
||||
Diese Lektionen wurden mit ♥ ️von [Jasmine Greenaway](https://twitter.com/paladique), [Christopher Harrison](https://twitter.com/geektrainer) und [Chris Noring](https://twitter.com/chris_noring)
|
||||
Diese Lektionen wurden mit ♥ ️von [Jasmine Greenaway](https://twitter.com/paladique), [Christopher Harrison](https://twitter.com/geektrainer) und [Chris Noring](https://twitter.com/chris_noring) erstellt.
|
||||
|
14
2-js-basics/translations/README.hi.md
Normal file
14
2-js-basics/translations/README.hi.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# जावास्क्रिप्ट का परिचय
|
||||
|
||||
जावास्क्रिप्ट वेब की भाषा है। इन चार पाठों में, आप इसकी मूल बातें जानेंगे.
|
||||
|
||||
### विषय
|
||||
|
||||
1. [वेरिएबल्स और डेटा प्रकार](1-data-types/README.md)
|
||||
2. [फंक्शंस और मेथड्स](2-functions-methods/README.md)
|
||||
3. [जावास्क्रिप्ट के साथ निर्णय करना](3-making-decisions/README.md)
|
||||
4. [अर्रेंज और लूप्स ](4-arrays-loops/README.md)
|
||||
|
||||
### आभार सूची
|
||||
|
||||
ये पाठ ♥ से [Jasmine Greenaway](https://twitter.com/paladique), [Christopher Harrison](https://twitter.com/geektrainer) और [Chris Noring](https://twitter.com/chris_noring) द्वारा लिखे गए है
|
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)
|
@@ -4,10 +4,10 @@ JavaScript는 웹의 언어입니다. 이 네 가지 강의에서 기초를 배
|
||||
|
||||
### 주제
|
||||
|
||||
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)
|
||||
1. [변수와 데이터 타입](../1-data-types/translations/README.ko.md)
|
||||
2. [함수와 메소드](../2-functions-methods/translations/README.ko.md)
|
||||
3. [JavaScript로 결정하기](../3-making-decisions/translations/README.ko.md)
|
||||
4. [배열과 반복](../4-arrays-loops/translations/README.ko.md)
|
||||
|
||||
### 크레딧
|
||||
|
||||
|
Reference in New Issue
Block a user