> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.ex2.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# What is JavaScript?

## The Javascript web language

JavaScript is a programming language that allows you to define elements on a web page or on a web server. It is one of the three basic programming languages of the web (with [HTML](https://help.ex2.com/en/article/what-is-the-html-language-1bqqpli/?bust=1784816900556) and [CSS](https://help.ex2.com/en/article/what-is-css-r7qcff/?bust=1784819024340)).

As soon as you visit a web page, a JavaScript code is automatically executed. Your web browser executes the JavaScript code instructions before returning the results to you.

It can be used to create interactive websites, games, and many other things. For example, you can create forms or cookies, validate entries, etc. In short, Javascript allows you to create dynamic web pages.

This programming language is rather easy to learn, even for beginners in programming.  However, it can take some time to learn all the concepts necessary to fully exploit Javascript.