In this post, I want to discuss one of the most important topics, which in a way is connected with the issue from the previous part. However, before we get to it, I want to explain quickly what Inv...
This part will be the shortest of all, but before the next posts, I would like to discuss these two concepts. Although the explanations provided here will be useful in subsequent posts, I think tha...
Execution Context: (Code) Execution Phase As you recall from the previous part, I mentioned that there are two phases that take place in the Execution Context. The first is Creation Phase, the sec...
In the current post I would like to develop some of what was discussed in part 3. At the beginning, we'll slightly change our one.js JavaScript file. var a = "Hello"; function b() { console.l...
In this part, I would like to raise one topic. Global Object. Let's start. In a situation where we have already written our first JavaScript program that for example is a function displaying "Hell...
Name / Value Pair When it comes to JavaScript, Objects are very important, but before that, I would like to talk about Name / Value Pair. It is quite simple and the term itself tells us what we ar...
Introduction Hey everyone. I decided to write a series about the most popular web language - JavaScript. The series will be addressed mainly to people who start their adventure with programming an...