81. Which of the following is not window object method?इनमें से कौन सा विंडो ऑब्जेक्ट मेथड नहीं है? [NCVT Exam 25] (A) unescape( ) (B) confirm( ) (C) close( ) (D) blur( )ANSWER - AShow Answer
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+5ANSWER - CShow Answer