Labs ICT
Pro Login

Introduction

What is JavaScript?

JavaScript is a programming language used to make web pages interactive.

Example

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