1.
What is the output of following JavaScript code:
let x=x+1;
console.log(x);
2.
Which of the following looping statements allows XML tags to appear in JavaScript programs and is used to add API for operating on XML data?
3.
In JavaScript, which of the following methods of the iterable object is used to return the iterator objects for the collection?
4.
In JavaScript, the finally block is called when ________________.
5.
What is the return type of the typeof operator in standard JavaScript objects?
6.
In JavaScript, which of the following functions is functionally similar to the on() function?
7.
In JavaScript, Rhino was produced by ____________________.
8.
Which of the following global functions is not included in core JavaScript?
9.
In JavaScript, which of the following functions is used to quit the Rhino environment?
10.
In JavaScript, how are small and simple Rhino programs executed?