Types of variables In the last article, I talked about variables. Boxes, and that they might be a good idea after all.
Now, there are two types of programming languages: dynamically typed and statically typed, and there is a mechanism to fix the type of data to be stored in a variable.
Let’s talk about that…
In JavaScript, which I often write.
First, I would like to mention that there are several types of data that can be stored in variables.