What is JavaScript
JavaScript is a programing language initially designed to interact with web pages. in web browsers
JavaScript consists of three main parts.
1 ECMAScript provides the core functionality.
2 Document Object Model.
3 Browser Object Model provides the bro...