Idb bisew descriptive questions on javascript
1. What are the characteristics of JavaScript?
Answer
1) JavaScript Lives in a Web Page
2) JavaScript is not server side language. It is client side language because it is interpreted and run on the browser.
3) It is weakly typed because it does not need to specify datatypes to declare var...