Showing Posts From

Ternary-operators

Ternary Operators

Ternary Operators

The ternary operator is basically another way to implement the ```if-else``` statement. Now, if it’...