console.log(10 > 5 ? 'bigger' : 'smaller') output:bigger condition ? true : false 條件 ? true就執行 : false就執行