Question: What is Javascript?Answer: A scripting language is a simple, interpreted programming language.Scripts are embedded as plain text, interpreted by application. Simpler execution model: don't need compiler or development environment. Saves bandwidth: source code is downloaded, not compiled executable. Platform-independence: code interpreted by any script-enabled browser. But: slower than compiled code, not as powerful/full-featured. |
Is it helpful?
Yes
No
Most helpful rated by users:
- What are JavaScript data types?
- What\'s relationship between JavaScript and ECMAScript?
- What does isNaN function do?
- How do you convert numbers between different bases in JavaScript?
- What is negative infinity?