Javascript is an object-oriented computer programming language commonly used to create interactive effects within web browsers.It is first used by the Netscape browser, that provides access to the HTML document object model (DOM), provides access to the browser object model (BOM). Javascript syntax looks a lot like java, c or c++ syntax.
Below is the list of data types supported by Javascript:-
- Undefined
- Null
- Boolean
- String
- Symbol
- Number
- Object
Explain what is Javascript? List some data types supported by Javascript?