How to think like a programmer: What are variables, really?
Ah, the mighty variable. It's a core tenet of programming. You assign them, you use them, maybe you reassign them. They store your strings and numbers and booleans and other things from time to time, and you don't give them much more thought.
But ho...
blog.nikfp.com23 min read
Christophe Anfry
Beginner Front end developer
Fantastic article. Always a hard part to get but so important to understand programming in general. Very well explained. Very great job!!!