371,632 views
35 votes
35 votes
1.The ____ operator executes one of two expressions based on the results of a conditional expression. conditional expressional comparison

User Sudhansu
by
2.5k points

1 Answer

19 votes
19 votes

Answer:

Ternary operator

Step-by-step explanation:

Example if (a == 1) ? 'execute b' : 'execute c'

User Granville
by
2.4k points