JavaScript Introduction

JavaScript is the programming language of the Web.

JavaScript is easy to learn.

javascript run on browser

Using javascript we add functionality to page

javascript developed by Brendan Eich


Simple Example

Below code will print data to console

console.log("Hello-World");

OUTPUT

Hello-World //output in console

Follow this tutorial to learn javascript from basic to advanced

Go through the tutorial in a sequence way

Every topic will contain a example