JavaScript: DOM, ES6, Promises & Async/Await 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.
Explanation :
JavaScript is a Browser Side Scripting Language. ASP, PHP, Perl are
Server Side Scripting Language.
Answer :
- A) Primitive
B) All of the above
C) All of the above
All of the above
Answer :
- Yes, it provides try, catch as well as throw key word for exception handling