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