Control Flow in JavaScript : If, Else, and Switch Explained
Think about deciding whether to carry an umbrella before going outside.
Logic:
If it is raining, take an umbrella
If it is not raining, do not take an umbrella
This is exactly how control flow wor
promises-with-raj.hashnode.dev4 min read