At first, Linux felt like magic. You open the terminal, type a command… and things just work. No questions asked. But after a while, that “magic” started bothering me.
Because I kept thinking:
> Where is all of this actually happening?
> How does...
I remember when i first started learning JavaScript everything was so confusing, i felt completely overwhelmed.
Variables, Data Types, let, const, Scope, Hoisting, Temporal Dead Zone TDZ... ahh so many things.
It felt like everyone else understand...