63. What is the output of the following javascript code?
var name = “ Kanya Kumari” ; var x = name.substr(8,2); document. write (x);
निम्नलिखित जावास्क्रिप्ट कोड का आउटपुट क्या है?
var name = “ Kanya Kumari” ; var x = str. substr(8,2); document. wrie (x); [Bharat Skill QB]