Variables in JavaScript

Full stack engineer but passionnated by front-end Angular Expert / NX / JavaScript / Node / Redux State management / Rxjs
Variables
In JavaScript likes others languages we are using variables ! ๐ฑ
They are containers for storing data values, in this article I will just explain how to use them, because the entire subject is a little bit hard, and at the beginning you don't need to know everything to start using them.
Examples

If you want to know the difference between let and var I can recommend this fantastic article by Flavio Copes : Click me
In all cases you should try it ! It's very simple but it's a must in every language ๐ค
๐ In my next post you can learn what is undefined in JavaScript ๐




![TypeScript's [number] Index Signature: Extract Union Types from Arrays](https://cdn.hashnode.com/res/hashnode/image/upload/v1752960594694/e2be9492-869f-4169-bb1a-950ee81a3887.png)