Syntax des ternären Operators in JavaScript
( condition ) ? run this code : run this code instead
shahsawood
( condition ) ? run this code : run this code instead