Rajdeep Singh.

What is JavaScript

JavaScript is future

By javascript 1 min read

JavaScript is a high-level, interpreted programming language to build frontend development.

 
let name = "Hello World";
 
console.log(name)