Q.1.
File extension for external JS files
Q.2.
We cannot Place JS Code in the body tag . Say true/false.
Q.3.
Is JavaScript case sensitive language?
Q.4.
JavaScript is designed for following purpose -
Q.5.
Which of the following is NOT a valid starting character for JS variable names?
Q.6.
What is the correct JavaScript syntax to write "Hello World"?
Q.7.
Which of the following is not a feature of javascript?
Q.8.
What will be the output of the following script ?
Q.9.
JavaScript contains a _________________ that assigns a value to a variable based on some condition.
Q.10.
Which of the following is not an logical operator ?
Q.11.
"+=" operator can operate on following data values.
Q.12.
Which of the following operator is used to concatenate two strings.
Q.13.
What type of value gets printed if we add following two variables ?var a = "1";var b = 5;
Q.14.
What will be the output of the following code ?
Q.15.
When you assign a text value to a variable, we put text value in the pair of _________.
Q.16.
Variable name contain following type of characters -AlphabetDigitsUnderscoreSpecial CharactersSelect the correct option.
Q.17.
Which JavaScript variable cannot be used as First character but can be use after first character ?