Updated 3.3 to hindi

This commit is contained in:
Sanjay
2020-12-29 19:30:59 +05:30
parent 0be689a701
commit 8a3e1c6ea3
3 changed files with 28 additions and 28 deletions

View File

@@ -1,17 +1,17 @@
*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] - [ ] [arrays]
- [ ] [scope] - [ ] [scope]

View File

@@ -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] - [ ] गलत

View File

@@ -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 | | | उदाहरण के साथ अनुच्छेद लेखन प्रस्तुत किया गया है | बिना उदाहरण के साथ अनुच्छेद लेखन प्रस्तुत किया गया है | कोई राइटअप प्रस्तुत नहीं किया गया है |