Conditions ,Math, Date, Loops In JavaScript
Conditions in Java Script :
We will start this article with Conditions in Java Script :
If-else Condition-
It is a type of condition where it will execute a block of code when the condition in the if statement is true. If the condition is false then ...
kapil2.hashnode.dev12 min read