JavaScript Interview Notes
Q1) What is JavaScript ?
JavaScript is a programming language initially designed to interact with elements of web pages. In web browsers, JavaScript consists of three main parts:
ECMAScript that provides the core functionality.
The Document Object ...
kushalgupta.hashnode.dev2 min read