1.  substr()

2.  getSubstring()

3.  slice()

4.  None of the above

4
Correct Answer :

substr()


Explanation :
No Explanation available for this question

1.  ignore all tags and

2.  display the content of the tags

3.  display the content of the tags

4.  display the content of the tags and

4
Correct Answer :

display the content of the tags <noscript>


Explanation :
No Explanation available for this question

1.  // var x = 0; // var y = 0;  

2.  /* var x = 0; // var y = 0; */  

3.  /* var x = 0; */ var y = 0;  

4.  // var x = 0; /* var y = 0; */  

4
Correct Answer :
/* var x = 0; */ var y = 0;

 


Explanation :
No Explanation available for this question

1.  sum()

2.  call function sum()

3.  call sum()

4.  None of the above

4
Correct Answer :

sum()


Explanation :
No Explanation available for this question

1.  if a = 2 then

2.  if a = 2

3.  if a == 2 else

4.  if (a == 2)

4
Correct Answer :

if (a == 2)


Explanation :
No Explanation available for this question

1.  function f()

2.  function = f()

3.  function:f()

4.  None of the above

4
Correct Answer :

function f()


Explanation :
No Explanation available for this question

1.  url

2.  top

3.  window

4.  document

4
Correct Answer :

window


Explanation :
No Explanation available for this question

1.  Math.ceil(a, b)

2.  Math.max(a, b)

3.  ceil(a, b)

4.  top(a, b)

4
Correct Answer :

Math.max(a, b)


Explanation :
No Explanation available for this question

1.  Math.round(3.12)

2.  Math.rnd(3.12)

3.  float(3.12)

4.  Math.float(3.12)

4
Correct Answer :

Math.round(3.12)


Explanation :
No Explanation available for this question

1.  while (i

2.  while i = 1 to 5

3.  while (i

4.  while (i=0; i

4
Correct Answer :

while (i <= 5)


Explanation :
No Explanation available for this question

Interview Questions

MongoDB
Java Script
Node JS
PHP
JQuery
Python