Q 6.
निम्नलिखित जावास्क्रिप्ट कोड का आउटपुट क्या होगा?
What will be the output of the following JavaScript code?const myArray = ['h', 'e', 'l', 'l', 'o'];
document.write(myArray[0]);
document.write(myArray[1]);
const myArray = ['h', 'e', 'l', 'l', 'o'];
document.write(myArray[0]);
document.write(myArray[1]);A. He
B. undefined
C. ValueError
D. type error
Q 7.
निम्नलिखित जावास्क्रिप्ट कोड का आउटपुट क्या होगा?
What will be the output of the following JavaScript code?document.write(math.round(107.5))
document.write(math.round(107.5))A. 107.5
B. 107
C. 108
D. 107.00
Q 8.
नीचे दिए गए कथन पर विचार करें – आउटपुट क्या होगा?
Consider the below statement – what will be the output?
5">Displaying: {{num}}
5">Displaying: {{num}}
A. Syntax Error
B. Nothing will display
C. Displaying: 5
D. Displaying: 10
Q 9.
AngularJS एप्लिकेशन में विभिन्न AngularJS मॉड्यूल को लोड करने के लिए किस निर्देश का उपयोग किया जाता है?
Which directive is used to load various AngularJS modules in AngularJS application?
A. ng-init
B. ng-start
C. ng-app
D. ng-model
Q 10.
एंगुलरजेएस के लिए निम्नलिखित में से कौन सा कथन सही है?
Which of the following statement is correct for AngularJS?
A. AngularJS is an HTML framework
B. AngularJS is a Java framework
C. AngularJS is a JavaScript framework
D. AngularJS is a SQL framework