Road of TypeScript

Static Typing

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.
2021-04-23
2 min read

On the image of variables and classes

Think about variables and classes
2021-04-22
3 min read