📄️ Variables
In programming, a variable is used to store information that can be used later in your program.
📄️ Conditionals
Conditionals allow a program to make decisions based on certain conditions.
📄️ Loops
Loops allow you to repeat a block of code multiple times.
📄️ Functions
Functions allow you to group code into reusable blocks.