1.
what is the output of the following javascript code?
2.
the function and var are known as____in javascript?
3.
what is the correct javascript syntax to change the cintent of the html element?
4.
what is the use of defer attribute?
5.
how many columns are there in the basic grid of a skeleton?
6.
which of the following is not a mouse event?
7.
which of the following directive is used to bind the value of html controls to application data?
8.
which of the following directives allows one to use form?
9.
what are the three important manipulations done in a for loop on a loop variable?
10.
consider the below div tag content statement how to print the value of username?
11.
which directives binds application data to the html view?
12.
which of the following statements is false?
13.
which directive initializes an angularjs application ?
14.
which is the correct syntax to call an external javascript file in the current html document ?
15.
which one of the following is not considered as an error?
16.
w3 css is a standard css that has ?
17.
what do we use to comment in js?
18.
the expression of calling (or executing) a function or method in javascript is called?
19.
which of the following expressions is true ?
20.
what type of value gets printed if we add the following two variables?
21.
which of the following attribute is used to include external js code inside your html document?
22.
which is the correct syntax for angular module?
23.
why event handlers is needed in js?
24.
what will be the output of the following javascript code?
25.
For which of the following purpose (s) java script is designed for?
26.
which of the following is true about angular js expression?
27.
which statement specify correct difference between var and let keywords in java script?
28.
why javascript engine is needed?
29.
w3 css does not provides the following border class?
30.
which of the following is the correct way to declare a variable?
31.
javascript was originally developed under the name____?
32.
what is the correct way to write a javascript arry?
33.
How many columns are there in the basic grid of a skeleton?
34.
which of the following is an if statement in javascript?
35.
which of the following is not valid angular js filter?
36.
Amoung the given statements which statement defines closures in javascript?
37.
which of the following is used to share data between controller and view in angular js?
38.
which of the following statements define arrays in javascript?
39.
Ng app directive is used ____?
40.
which directive initializes application data is angular js?
41.
the external javascript file must contain script tag?
42.
the correct syntax to write sky is blue in javascript?
43.
which of the following javascript functions are used to convert nonnumeric values into numbers?
44.
find the only statement in the followin that is correct ?
45.
javascript is used to __the user input at browser before submitting the page to sever for further processing?
46.
javascript global variable is____?
47.
what is the alternate name for javascript?
48.
how do you create a function in javascript?
49.
In javascript what is ablock of statement ?
50.
which of the following true about javascript variable?