Updated 5.2 to hindi

This commit is contained in:
Sanjay
2020-12-30 22:50:29 +05:30
parent 1b5f73e00c
commit 9f6dccc598
3 changed files with 26 additions and 25 deletions

View File

@@ -1,16 +1,17 @@
*Complete this quiz by checking one answer per question.* _प्रति प्रश्न एक उत्तर की जाँच करके इस प्रश्नोत्तरी को पूरा करें._
1. LocalStorage is cleared every time you close the browser window 1. हर बार जब आप ब्राउज़र विंडो बंद करते हैं तो लोकलस्टोरेज साफ हो जाता है
- [ ] true - [ ] सही
- [ ] false - [ ] गलत
2. The main browser window controls a browser's extension's LocalStorage 2. मुख्य ब्राउज़र विंडो एक ब्राउज़र के एक्सटेंशन के लोकलस्टोरेज को नियंत्रित करती है
- [ ] true - [ ] सही
- [ ] false - [ ] गलत
3. एपीआई संदर्भ में REST का अर्थ क्या है
3. REST in an API context stands for
- [ ] Representational State Transfer - [ ] Representational State Transfer
- [ ] Returning State Tasks - [ ] Returning State Tasks
- [ ] Rendering State To Browser - [ ] Rendering State To Browser

View File

@@ -1,20 +1,20 @@
*A warm-up quiz about the browser* _ब्राउज़र के बारे में एक वार्म-अप क्विज़_
Complete this quiz in class इस क्विज को कक्षा में पूरा करें
1. APIs stand for 1. APIs अर्थ है
- [ ] Application Programming Interfaces - [ ] Application Programming Interfaces
- [ ] A Programming Inference - [ ] A Programming Inference
- [ ] Anti Proven Intentions - [ ] Anti Proven Intentions
2. Use an API to interact with 2. API का इस्तेमाल करे \_\_\_\_\_\_\_\_\_\_\_\_ से इंटरैक्ट करने के लिए
- [ ] Another web-connected asset - [ ] एक और वेब से जुड़ी एसेट
- [ ] A database - [ ] एक डेटाबेस
- [ ] Either of the above - [ ] ऊपर में से कोई
3. Anyone can create an API 3. कोई भी व्यक्ति एपीआई बना सकता है
- [ ] true - [ ] सही
- [ ] false - [ ] गलत

View File

@@ -1,11 +1,11 @@
# Adopt an API # एक एपीआई अपनाएं
## Instructions ## अनुदेश
APIs can be very fun to play with. Here is a [list of many free ones](https://github.com/public-apis/public-apis). Pick and API, and build a browser extension that solves a problem. It can be as small a problem of not having enough pet pictures (so, try the [dog CEO API](https://dog.ceo/dog-api/)) or something bigger - have fun! एपीआई के साथ खेलने के लिए बहुत मजेदार हो सकता है। यहाँ एक [कई मुफ्त लोगों की सूची](https://github.com/public-apis/public-apis) है. एक एपीआई चुनें, और एक ब्राउज़र एक्सटेंशन का निर्माण करें जो एक समस्या को हल करता है. यह पर्याप्त पालतू चित्र नहीं होने की छोटी समस्या हो सकती है (इसलिए, [डॉग सीईओ एपीआई](https://dog.ceo/dog-api/) इस्तेमाल करे या कुछ बड़ा - मज़े करे!
## Rubric ## शीर्ष
| Criteria | Exemplary | Adequate | Needs Improvement | | मानदंड | उदाहरणात्मक | पर्याप्त | सुधार की जरूरत |
| -------- | -------------------------------------------------------------------------- | ---------------------------------------- | ----------------------- | | ------ | ------------------------------------------------------------------------------------ | ---------------------------------------------- | ----------------------------- |
| | A complete browser extension is submitted using an API from the above list | A partial browser extension is submitted | The submission has bugs | | | उपरोक्त सूची से एपीआई का उपयोग करके एक पूर्ण ब्राउज़र एक्सटेंशन प्रस्तुत किया गया है | एक आंशिक ब्राउज़र एक्सटेंशन सबमिट किया जाता है | सबमिशन करने में त्रुटियाँ हैं |