What is JavaScript ?

JavaScript make your site dynamic

Javascript ( wich is not related to Java ) is a programming language that can dynamically create up-to-date content,change the color of a button when the mouse hovers over it, displaying a timer on a website, control multimedia content, animate images, and anything else you can think of. Okay, maybe not everything, but you can do a lot of things with a few lines of JavaScript.

An example

In this example, the text written in the text box will be automatically displayed on the website.

See the Pen javascript-intro-example by Dillion Megida (@Dillion) on CodePen.

To go further

Here is some link to learm more about HTML :