Variables
December 22, 2021Learn what variables are and how to create and use them in Javascript.
Written by Luis Rodriguez who lives in Belize and works as a full stack developer building cool stuff using modern technologies. You should follow him on YouTube
The following posts are specifically meant to help people with little to no prior programming experience learn the fundamentals of programming using the widely popular Javascript programming language 💻🔥.
Learn what variables are and how to create and use them in Javascript.
Learn what operators are and how to create and use them in Javascript.
Learn what logical operators are and how to create and use if statements to perform decisions in your code.
Learn what a switch statement is and how to use it as a viable alternative to if...else if statements to also perform decisions in your code.
Learn what loops are and how we can use them to execute any code over and over for as much as we want up until a condition has been met
Learn what functions are and how we can use them to write reusable code and eliminate redundancy.