• shape_warrior_t@programming.dev
    link
    fedilink
    English
    arrow-up
    3
    ·
    5 hours ago

    a === b returns true if a and b have the same type and are considered equal, and false otherwise. If a is null and b is a boolean, it will simply return false.