Among the following, which one is a ternary operator?
A. +
B. :
C. –
D. ?:
Answer: Option D
Solution (By Examveda Team)
A ternary operator is a conditional operator that takes three operands.In JavaScript, ?: is the ternary operator.
It is used for conditional expressions.
The syntax is condition ? expr1 : expr2.
Options +, :, and - are not ternary operators.
Related Questions on Basic and Variables
The development environment offers which standard construct for data validation
A. Super controlled loop constructs
B. Case sensitivity check
C. Validation constructs
D. All of the mentioned
The main purpose of a “Live Wire” in NetScape is to
A. Create linkage between client side and server side
B. Permit server side, JavaScript code, to connect to RDBMS
C. Support only non relational database
D. To interpret JavaScript code
A JavaScript program developed on a Unix Machine
A. will throw errors and exceptions
B. must be restricted to a Unix Machine only
C. will work perfectly well on a Windows Machine
D. will be displayed as a JavaScript text on the browser

Join The Discussion