Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

These are not the same.

    let val = 0
    val || 30 // 30
    
    val ?? 30 // 0
The same goes for other falsy values.


Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: