Ternary Operator in javascript
Ternary Operator in javascript

Ternary Operator in javascript

Ternary Operator in javascript Ternary operator in JavaScript programming is also known as conditional operator. Ternary operator is also treated as if-else statement method alternative in short. Generally, ternary operator mainly has three operands, and ternary operator is the only built-in operator in JavaScript programming. Which is ternary i.e., deals with immediate 3 logic values.…

Comments Off on Ternary Operator in javascript