02 JS - Conditional Operator
Q1. Expression v/s Statement ?
Expression:
An expression is a piece of code that produces a value. It can be a simple value like a number or a string, or it can be a more complex combination of variables, operators, and function calls.
Examples of...
krayush1109.hashnode.dev2 min read