JavaScript

JavaScript is a programming language for use in
HTML pages

Article

First Code in Javascript

To run this program, you will need to have a web browser that supports JavaScript. You should see the text “Hello, World!” printed to the console.

Read article →
Article

What is JavaScript

JavaScript is a programming language that is commonly used to create interactive elements on websites. It is a client-side scripting language, which means that it is executed by…

Read article →
Article

Using JavaScript in HTML

JavaScript can be inserted into HTML documents by using the <script> tag Scripts can be placed in the HEAD or in the BODY– In the HEAD, scripts are…

Read article →