Ternary 三元運算子


Posted by Rich on 2021-04-22

console.log(10 > 5 ? 'bigger' : 'smaller')
output:bigger

condition ? true : false
條件 ? true就執行 : false就執行


#note







Related Posts

[MTR04] W1 D3 Git 進階指令

[MTR04] W1 D3 Git 進階指令

Key Sequence Detection

Key Sequence Detection

7. SpringBoot使用jms 聆聽連線錯誤處理

7. SpringBoot使用jms 聆聽連線錯誤處理


Comments