Request More Information

Email:  WhatsApp:

koenig-logo

JavaScript Quiz Questions and Answers

Answer :
  • Directly into JS file and included into HTML

Explanation :

Javascript files can be saved by .js extension and can be included in HTML files. Script tags are used with the src attribute to include Js files. explanation.
Answer :
  • <p>Client</p>

Explanation :

JavaScript is a Browser Side Scripting Language. ASP, PHP, Perl are Server Side Scripting Language.
Answer :
  • ?:
Answer :
  • A) Primitive
    B) All of the above
    C) All of the above
    All of the above
Answer :
  • Infinity is printed
Answer :
  • console.log(5); 
Answer :
  • Yes, it provides try, catch as well as throw key word for exception handling
Answer :
  • if(i!=5)
Answer :
  • object