Decision Making in JavaScript.
A conditional/decision-making construct evaluates a condition before the instruction(s) are executed.
Decision Making statements are if, else, elseif and switch these statements are used in making decisions.
if..else statements
if..else statements i...
olabodeolusegun.hashnode.dev2 min read