"questionText":"The DOM is a model to represent a document on the web",
"questionText":"DOM एक दस्तावेज़ है जो वेब पर एक दस्तावेज़ का प्रतिनिधित्व करता है",
"answerOptions":[
{
"answerText":"true",
"answerText":"सही",
"isCorrect":"true"
},
{
"answerText":"false",
"answerText":"गलत",
"isCorrect":"false"
}
]
},
{
"questionText":"Use JavaScript closures to perform the following:",
"questionText":"निम्नलिखित प्रदर्शन करने के लिए जावास्क्रिप्ट क्लोजर का उपयोग करें:",
"answerOptions":[
{
"answerText":"write functions within functions",
"answerText":"फंगक्शनस के भीतर फंगक्शन लिखें",
"isCorrect":"true"
},
{
"answerText":"enclose the DOM",
"answerText":"डोम को संलग्न करें",
"isCorrect":"false"
},
{
"answerText":"close script blocks",
"answerText":"स्क्रिप्ट ब्लॉक बंद करें",
"isCorrect":"false"
}
]
},
{
"questionText":"Fill in the blank: Closures are useful when one or more functions need to access an outer function's...",
"questionText":"रिक्त स्थान भरें: क्लोजर तब उपयोगी होते हैं जब किसी बाहरी फ़ंक्शन के ....... को एक्सेस करने के लिए एक या अधिक फ़ंक्शन की आवश्यकता होती है",