02: Conditionals and Functions
Conditionals are keywords in our codes, that enables our code to act the way they do. They are the decision making blocks of our code.
Most conditionals commonly used conditionals are:
If/else : if this condition is correct, run this block of code i...
dharksider.hashnode.dev2 min read