conditional operators JS, or, and code example Example: examples of Conditional Operator js var age = 19; var canDrive = age > 16 ? 'yes' : 'no';