JS Introduction

format_list_numberedLesson 1 of 4schedule1 min readview_agenda1 sectionauto_awesomeAI tutor ready
01

What is JavaScript?

JavaScript is the world's most popular programming language. It is the programming language of the Web and is easy to learn.

Example

console.log("Hello, World!");

Output

Hello, World!