From 8a3e1c6ea35bf0cd1e01faa52a202df68bfab2fc Mon Sep 17 00:00:00 2001 From: Sanjay <54913971+San1ay@users.noreply.github.com> Date: Tue, 29 Dec 2020 19:30:59 +0530 Subject: [PATCH] Updated 3.3 to hindi --- .../.github/post-lecture-quiz.hi.md | 20 ++++++++--------- .../.github/pre-lecture-quiz.hi.md | 22 +++++++++---------- .../translations/assignment.hi.md | 14 ++++++------ 3 files changed, 28 insertions(+), 28 deletions(-) diff --git a/3-terrarium/3-intro-to-DOM-and-closures/translations/.github/post-lecture-quiz.hi.md b/3-terrarium/3-intro-to-DOM-and-closures/translations/.github/post-lecture-quiz.hi.md index 2f474638..9dfbeb64 100644 --- a/3-terrarium/3-intro-to-DOM-and-closures/translations/.github/post-lecture-quiz.hi.md +++ b/3-terrarium/3-intro-to-DOM-and-closures/translations/.github/post-lecture-quiz.hi.md @@ -1,18 +1,18 @@ -*Complete this quiz after the lesson by checking one answer per question.* +_प्रति प्रश्न एक उत्तर की जाँच करके पाठ के बाद इस प्रश्नोत्तरी को पूरा करें._ -1. [The DOM is a model to represent a document on the web] +1. [DOM एक नमूना है जो वेब पर एक दस्तावेज़ का प्रतिनिधित्व करता है] -- [ ] [true] -- [ ] [false] +- [ ] सही +- [ ] गलत -2. [Use JavaScript closures to perform the following:] +2. [निम्नलिखित प्रदर्शन करने के लिए जावास्क्रिप्ट क्लोजर का उपयोग करें:] -- [ ] [write functions within functions] -- [ ] [enclose the DOM] -- [ ] [close script blocks] +- [ ] [फंक्शन्स के भीतर फंक्शन्स लिखें] +- [ ] [डोम को संलग्न करें] +- [ ] [स्क्रिप्ट ब्लॉक बंद करें] -3. [Fill in the blank: Closures are useful when one or more functions need to access an outer function's ______] +3. [रिक्त स्थान भरें: क्लोजर तब उपयोगी होते हैं जब एक या अधिक फ़ंक्शन को बाहरी फ़ंक्शन के ______ तक पहुंचने की आवश्यकता होती है] - [ ] [arrays] - [ ] [scope] -- [ ] [functions] \ No newline at end of file +- [ ] [functions] diff --git a/3-terrarium/3-intro-to-DOM-and-closures/translations/.github/pre-lecture-quiz.hi.md b/3-terrarium/3-intro-to-DOM-and-closures/translations/.github/pre-lecture-quiz.hi.md index 5c341c47..1fb3881d 100644 --- a/3-terrarium/3-intro-to-DOM-and-closures/translations/.github/pre-lecture-quiz.hi.md +++ b/3-terrarium/3-intro-to-DOM-and-closures/translations/.github/pre-lecture-quiz.hi.md @@ -1,18 +1,18 @@ -*A warm-up quiz about the DOM* +_DOM के बारे में एक वार्म-अप क्विज़_ -Complete this quiz in class +इस क्विज को कक्षा में पूरा करें -1. The DOM stands for 'Document Object Management' +1. DOM का अर्थ 'Document Object Management' है -- [ ] [true] -- [ ] [false] +- [ ] सही +- [ ] गलत -2. The DOM can be thought of as a tree +2. DOM को एक ट्री माना जा सकता है -- [ ] [true] -- [ ] [false] +- [ ] सही +- [ ] गलत -3. Using the Web API, you can manipulate the DOM +3. वेब API का उपयोग करके, आप DOM में हेरफेर कर सकते हैं -- [ ] [true] -- [ ] [false] \ No newline at end of file +- [ ] सही +- [ ] गलत diff --git a/3-terrarium/3-intro-to-DOM-and-closures/translations/assignment.hi.md b/3-terrarium/3-intro-to-DOM-and-closures/translations/assignment.hi.md index ec9c664c..66234dc5 100644 --- a/3-terrarium/3-intro-to-DOM-and-closures/translations/assignment.hi.md +++ b/3-terrarium/3-intro-to-DOM-and-closures/translations/assignment.hi.md @@ -1,11 +1,11 @@ -# Work a bit more with the DOM +# DOM के साथ थोड़ा और काम करें -## Instructions +## अनुदेश -Research the DOM a little more by 'adopting' a DOM element. Visit the MSDN's [list of DOM interfaces](https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model) and pick one. Find it being used on a web site in the web, and write an explanation of how it is used. +DOM तत्व को 'अपनाकर' DOM को थोड़ा और रिसर्च करें. MSDN की [डॉम इंटरफेसेस सुचि](https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model) पे जाये और एक चयन करे . इसे वेब में एक वेब साइट पर उपयोग किया जा रहा है, और यह कैसे उपयोग किया जाता है एक व्याख्या लिखें। -## Rubric +## शीर्ष -| Criteria | Exemplary | Adequate | Needs Improvement | -| -------- | --------------------------------------------- | ------------------------------------------------ | ----------------------- | -| | Paragraph write-up is presented, with example | Paragraph write-up is presented, without example | No writeup is presented | +| मानदंड | उदाहरणात्मक | पर्याप्त | सुधार की जरूरत | +| ------ | ------------------------------------------------ | ----------------------------------------------------- | ------------------------------------ | +| | उदाहरण के साथ अनुच्छेद लेखन प्रस्तुत किया गया है | बिना उदाहरण के साथ अनुच्छेद लेखन प्रस्तुत किया गया है | कोई राइटअप प्रस्तुत नहीं किया गया है |