Explain what is javascript? List some data types supported by javascript?
Answer / Ravi Sharma
JavaScript is a high-level, interpreted programming language primarily used for creating dynamic web pages. It was developed by Netscape in 1995 and is now an essential part of the World Wide Web. Some data types supported by JavaScript are: Number, String, Boolean, Null, Undefined, Object, Symbol.
| Is This Answer Correct ? | 0 Yes | 0 No |
In a pop-up browser window, how do you refer to the main browser window that opened it?
What are the four basic data structures in javascript?
What are the different types of errors available in javascript?
How to convert javascript date to iso standard?
What are undefined and undeclared variables?
Can you give an example showing javascript hoisting?
Why extending array is bad idea?
How would you organize your javascript code?
What are the variable naming conventions in javascript?
What is require in javascript?
What is the use of isNaN function?
Why is java better than javascript?