Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 72 Bytes

conditional-operators.md

File metadata and controls

5 lines (4 loc) · 72 Bytes

Conditional operators

5 > 4 ? 'yes' : 'no'  // yes