Javascript Tutorial – Conditional Expression in Javascript

Conditional Expression in Javascript In our last session, We had discussed about Comparison Operators, that they return a true or false value, i.e. boolean value. We might get a question after that, what is the use of boolean values (true or false). One of the use of these boolean values is in Conditional expression. Now, … Read more