Loading, please wait...

Java Script MCQ Quiz (Multiple Choice Questions And Answers)

Search here for MCQs

Are you preparing for the next job interviews? If yes, trust me this post will help you also we'll suggest you check out a big collection for Programming Full Forms that may help you in your interview:

List of Programming Full Forms 

16. Javascript is which type of language

  • Interpreted
  • Compiled

17. Which of the following function of String object returns the characters in a string between two indexes into the string?

  • substr()
  • substring()
  • string()
  • count()

18. Assume the Output

var a = '20';

var b = a = 30;

document.write(a+b);
  • 60
  • 20
  • 30
  • 50

19. Javascript is ideal to

  • increase the download time for the client
  • minimize storage requirements on the web server
  • make computations in HTML simpler
  • None of the above

20. A function definition expression is known as

  • Function calls
  • Function definiation
  • Function calling
  • Function literal