diff --git a/2-js-basics/2-functions-methods/translations/.github/post-lecture-quiz.hi.md b/2-js-basics/2-functions-methods/translations/.github/post-lecture-quiz.hi.md index 0229a712..264ad6f5 100644 --- a/2-js-basics/2-functions-methods/translations/.github/post-lecture-quiz.hi.md +++ b/2-js-basics/2-functions-methods/translations/.github/post-lecture-quiz.hi.md @@ -1,12 +1,12 @@ -*Complete this quiz by checking one answer per question.* +_प्रति प्रश्न एक उत्तर की जाँच करके इस प्रश्नोत्तरी को पूरा करें._ -1. Arguments must be provided for all parameters in a function +1. किसी फ़ंक्शन में सभी मापदंडों के लिए तर्क प्रदान किए जाने चाहिए -- [ ] true -- [ ] false +- [ ] सही +- [ ] गलत -2. What does a default value do? +2. एक डिफ़ॉल्ट मान क्या करता है? -- [ ] Sets a correct value -- [ ] Gives a starter value for a parameters so your code still behaves if you omit an argument for it -- [ ] Has no utility +- [ ] एक सही मूल्य निर्धारित करता है +- [ ] एक पैरामीटर के लिए एक स्टार्टर मूल्य देता है ताकि आपका कोड अभी भी व्यवहार करता है यदि आप इसके लिए एक तर्क छोड़ देते हैं +- [ ] कोई उपयोगिता नहीं है diff --git a/2-js-basics/2-functions-methods/translations/.github/pre-lecture-quiz.hi.md b/2-js-basics/2-functions-methods/translations/.github/pre-lecture-quiz.hi.md index 87f9b7f8..767ea6e0 100644 --- a/2-js-basics/2-functions-methods/translations/.github/pre-lecture-quiz.hi.md +++ b/2-js-basics/2-functions-methods/translations/.github/pre-lecture-quiz.hi.md @@ -1,12 +1,12 @@ -*Complete this quiz in class* +_इस क्विज को कक्षा में पूरा करें_ -1. What's an argument? +1. तर्क क्या है? -- [ ] It's something you declare in the function definition -- [ ] It's something you pass into a function at invocation time -- [ ] It's something you have with people you know +- [ ] यह कुछ है जिसे आप फ़ंक्शन परिभाषा में घोषित करते हैं +- [ ] यह ऐसा कुछ है जिसे आप एक समारोह में भेजते हैं +- [ ] यह कुछ ऐसा है जो आप उन लोगों के साथ हैं जिन्हें आप जानते हैं -2. True or false: a function must return something +2. सही या गलत: एक फ़ंक्शन को कुछ वापस करना होगा -- [ ] true -- [ ] false +- [ ] सही +- [ ] गलत diff --git a/2-js-basics/2-functions-methods/translations/assignment.hi.md b/2-js-basics/2-functions-methods/translations/assignment.hi.md index 438eecfa..d7f77d61 100644 --- a/2-js-basics/2-functions-methods/translations/assignment.hi.md +++ b/2-js-basics/2-functions-methods/translations/assignment.hi.md @@ -1,13 +1,13 @@ -# Fun with Functions +# कार्य के साथ मज़ा -## Instructions +## अनुदेश -Create different functions, both functions that return something and functions that don't return anything. +अलग-अलग फ़ंक्शंस बनाएं, दोनों फ़ंक्शंस जो कुछ लौटाते हैं और फ़ंक्शंस जो कुछ भी वापस नहीं करते हैं। -See if you can create a function that has a mix of parameters and parameters with default values. +देखें कि क्या आप एक फ़ंक्शन बना सकते हैं जिसमें डिफ़ॉल्ट मानों के साथ मापदंडों और मापदंडों का मिश्रण है. -## Rubric +## सरनामा -| Criteria | Exemplary | Adequate | Needs Improvement | -| -------- | -------------------------------------------------------------------------------------- | ---------------------------------------------------------------- | ----------------- | -| | Solution is offered with two or more well-performing functions with diverse parameters | Working solution is offered with one function and few parameters | Solution has bugs | \ No newline at end of file +| मानदंड | उदाहरणात्मक | पर्याप्त | सुधार की जरूरत | +| ------ | --------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------ | ------------------- | +| | समाधान को विभिन्न मापदंडों के साथ दो या अधिक अच्छी तरह से निष्पादित कार्यों के साथ पेश किया जाता है | कार्य समाधान को एक फ़ंक्शन और कुछ मापदंडों के साथ पेश किया जाता है | समाधान में बग्स हैं |