Basic things that you need to know about IF, ELSE Statement in JavaScript
There are such situation in programming that a specific path needs to be chosen.
IF ELSE is a life saver for that
[Flowchart Above]
IF statement:
it directly gives a condition and ONE path to follow in code.
Consider the example below. This shows i...
aishthecoder.hashnode.dev1 min read