Code Blog
learnblog
Sections
Home

Introduction to JavaScript

JavaScript is a scripting language used in both frontend and backend applications. It makes websites interactive.

Example of Hello World program using browser console:

console.log('Hello, World!')