Tin mới
JavaScript: Scripting language
Web APIs: Programming interfaces
Structuring content with HTML module
Dynamic scripting with JavaScript module
The ternary operator is right-associative, which means it can be "chained" in the following way, similar to an if … else if … else if … else chain:
Nullish coalescing operator (??)
Learn: Making decisions in your code — conditionals
This page was last modified on Jul 8, 2025 by MDN contributors.