Variables and constants

Variables are used to store data in a program . Variables are designed to store some temporary data ...

Browser console and console.log

An indispensable tool when working with JavaScript is the browser console, which allows you to debug...

Connecting an External JavaScript File

In the last article, the JavaScript code was directly defined on the web page. But there is another ...

JavaScript code execution

When a browser receives a web page with html and JavaScript code, it interprets it. The result of in...

First JavaScript Program

Let’s create our first JavaScript program. To write and test JavaScript programs, we need two ...

What is JavaScript?

Today’s web world is hard to imagine without the JavaScript language. JavaScript is what bring...