The word, used by computer scientists to mean ‘no value,’ has created long-running challenges

  • kamiheku
    link
    fedilink
    arrow-up
    16
    ·
    1 day ago

    No it doesn’t?

    > Boolean(null)
    false
    > Boolean('null')
    true
    > null == 'null'
    false