1. What is JavaScript?
JavaScript is object oriented client-side as well as server side scripting language that can be inserted into HTML pages and is understood by web browsers.
2. Who developed JavaScript?
3. How to create comment in Javascript?
2. Who developed JavaScript?
Netscape is the software company who developed JavaScript.
// for Single line comments and
/* Multi line comments */
4. What is mutation or coercion in JavaScript?
That means JavaScript supports the automatic data type conversion
5. What are the type of pop up boxes available in JavaScript?
- Alert
- Confirm and
- Prompt
No comments:
Post a Comment