Section: Control Flow

Ternary operator

javascript
javascript
const label = isActive ? "Enabled" : "Disabled";

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Control Flow
If / else statement
OpenIn sheetjavascriptsame section
Switch statement
OpenIn sheetjavascriptsame section
try / catch / finally
OpenIn sheetjavascriptsame section
for...of loop
OpenIn sheetjavascriptsame section
for...in loop
OpenIn sheetjavascriptsame section
Array forEach
OpenIn sheetjavascriptsame section