COPA javascript and creating web page Page-17 Question Bank

81.  Which of the following is not window object method?
इनमें से कौन सा विंडो ऑब्जेक्ट मेथड नहीं है?  [NCVT Exam 25]

(A) unescape( )
(B) confirm( )
(C) close( )
(D) blur( )

82.  What will be the output of the following JavaScript statement?
var grand_Total= eval( "10*10+5" );
निम्नलिखित जावास्क्रिप्ट स्टेटमेंट का आउटपुट क्या होगा?
var grand_Total=eval( "10*10+5" );  [NCVT Exam 25]

(A) 105 as a string
(B) Exception is thrown
(C) 105 as an integer value
(D) 10*10+5

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17