List some features of javascript.
Answer / glibwaresoftsolutions
Among JavaScript's attributes are:
Programming language that is lightweight and interpretable
Positive for network-centric applications
Java-compatible
Cross-platform, open source, and complementary to HTML
| Is This Answer Correct ? | 0 Yes | 0 No |
how to post the form without submit button with help of javascript
What is the output of below code var car = new Vehicle("Honda", "white", "2010", "UK"); console.log(car); function Vehicle(model, color, year, country) { this.model = model; this.color = color; this.year = year; this.country = country; }
What is foreach loop in javascript?
How to write comment in JavaScript?
Which javascript framework is in demand?
What is an onclick?
What is difference between arrow function and normal function?
Why is javascript not oop?
What are different types of popup boxes available in javascript?
What are the different actions that are performed using javascript?
When would you use var in your declaration and when you wouldn’t?
What is the use of isNaN function?