Solution:-
Introduction:-
- JavaScript was designed to add interactivity to HTML pages
- JavaScript is a scripting language
- A scripting language is a lightweight programming language
- JavaScript is usually embedded directly into HTML pages
- JavaScript is an interpreted language (means that scripts
execute without preliminary compilation)
- Everyone can use JavaScript without purchasing a license
Advantages of JavaScript
a) An interpreted Language
b) Embedded within HTML
c) Minimal Syntax – Easy to learn
d) Quick development
e) Designed for simple and Small Program
f) Designed for programming and user events
Easy Debugging and Testing