diff --git a/2-js-basics/1-data-types/translations/.github/post-lecture-quiz.hi.md b/2-js-basics/1-data-types/translations/.github/post-lecture-quiz.hi.md index 2a5acaf0..cb9ccd69 100644 --- a/2-js-basics/1-data-types/translations/.github/post-lecture-quiz.hi.md +++ b/2-js-basics/1-data-types/translations/.github/post-lecture-quiz.hi.md @@ -1,18 +1,18 @@ -*Complete this quiz after the lesson by checking one answer per question.* +_प्रति प्रश्न एक उत्तर की जाँच करके पाठ के बाद इस प्रश्नोत्तरी को पूरा करें_ -1. Constants are the same as `let` and `var` to declare variables except +1.वैरिएबल घोषित करने के लिए कॉन्स्टेंट `let` और `var` के समान हैं सिवाय इसके कि -- [ ] Constants must be initialized -- [ ] Constants can be altered -- [ ] Constants can be reassigned +- [ ] स्थिरांक को प्रारंभिक किया जाना चाहिए +- [ ] स्थिरांक बदलाव किए जा सकते हैं +- [ ] स्थिरांक को पुन: सौंपा जा सकता है -2. Numbers and ____ are JavaScript primitives that handle numeric data +2. संख्याएँ और \_\_\_\_ जावास्क्रिप्ट आदिम हैं जो संख्यात्मक डेटा को संभालते हैं - [ ] bigint - [ ] boolean - [ ] star -3. Strings can reside between both single and double quotes - -- [ ] true -- [ ] false \ No newline at end of file +3. स्ट्रिंग्स सिंगल और डबल दोनों कोट्स के बीच निवास कर सकते हैं + +- [ ] सही +- [ ] गलत diff --git a/2-js-basics/1-data-types/translations/.github/pre-lecture-quiz.hi.md b/2-js-basics/1-data-types/translations/.github/pre-lecture-quiz.hi.md index cb4166f8..5608e596 100644 --- a/2-js-basics/1-data-types/translations/.github/pre-lecture-quiz.hi.md +++ b/2-js-basics/1-data-types/translations/.github/pre-lecture-quiz.hi.md @@ -1,17 +1,17 @@ -*Complete this quiz in class* +_इस क्विज को कक्षा में पूरा करें_ -1. Booleans are a data type you can use to test the length of a string +1. बुलियन एक डेटा प्रकार है जिसका उपयोग आप एक स्ट्रिंग की लंबाई का परीक्षण करने के लिए कर सकते हैं -- [ ] true -- [ ] false +- [ ] सही +- [ ] गलत -1. The following is an operation you can perform on a string +2. निम्नलिखित एक ऑपरेशन है जो आप एक स्ट्रिंग पर प्रदर्शन कर सकते हैं - [ ] concatenation - [ ] appending - [ ] splicing -3. `==` and `===` are interchangeable - -- [ ] true -- [ ] false \ No newline at end of file +3. `==` और `===` विनिमेय हैं + +- [ ] सही +- [ ] गलत diff --git a/2-js-basics/1-data-types/translations/assignment.hi.md b/2-js-basics/1-data-types/translations/assignment.hi.md index ba26cf44..6ddd4a14 100644 --- a/2-js-basics/1-data-types/translations/assignment.hi.md +++ b/2-js-basics/1-data-types/translations/assignment.hi.md @@ -1,11 +1,11 @@ -# Data Types Practice +# डेटा प्रकार अभ्यास -## Instructions +## अनुदेश -Imagine you are building a shopping cart. Write some documentation on the data types that you would need to complete your shopping experience. How did you arrive at your choices? +कल्पना कीजिए कि आप एक शॉपिंग कार्ट बना रहे हैं। डेटा प्रकारों पर कुछ दस्तावेज लिखें, जिन्हें आपको अपने खरीदारी के अनुभव को पूरा करने की आवश्यकता होगी। आप अपनी पसंद पर कैसे पहुंचे? -## Rubric +## सरनामा -Criteria | Exemplary | Adequate | Needs Improvement ---- | --- | --- | -- | -||The six data types are listed and explored in detail, documenting their use|Four datatypes are explored|Two data types are explored| \ No newline at end of file +| मानदंड | उदाहरणात्मक | पर्याप्त | सुधार की जरूरत | +| ------ | ---------------------------------------------------------------------------------- | --------------------------- | -------------------------- | +| | छह डेटा प्रकार सूचीबद्ध हैं और विस्तार से पता लगाया है, उनके उपयोग का दस्तावेजीकरण | चार डेटाप्रकार की खोज की है | दो डेटाप्रकार की खोज की है |