Visit complete JavaScript roadmap
JavaScript Topic

Conditional operators

Conditional operators

Conditional operator also known as Ternary operator is the only JS operator that takes three operands.

The operator can have one of two values based on a condition.

Syntax:

condition ? val_for_true : val_for_false

Visit the following resources to learn more:

More Topics

Explore related content

View All Topics
Loved by 100K+ Developers

Start Your Learning
Journey Today

Join thousands of developers who are leveling up their skills with structured roadmaps and expert guidance

No credit card required
Always free
Track your progress