Introduction To JavaScript || Compiler Vs Interpreter || JavaScript Vs Java

Опубликовано: 18 Март 2026
на канале: Tech Shiksha
840
38

In this video , we will discuss a brief introduction to JavaScript . What is the difference between Compiler and Interpreter & JavaScript vs Java.
This is a short video and I am trying to explain every topic in detail with time contraint but in the simplest way so that everyone can learn .

Q : What is JavaScript ?
A : JavaScript is a client-side scripting language developed by Brendan Eich. JavaScript can be run on any operating systems and almost all web browsers. You need a text editor to write JavaScript code and a browser to display your web page.

Q : What is the difference between a compiler and an interpreter?
A : Difference Between Compiler and Interpreter. A compiler is a translator which transforms source language (high-level language) into object language (machine language). In contrast with a compiler, an interpreter is a program which imitates the execution of programs written in a source language.