• DSTGU@sopuli.xyz
    link
    fedilink
    arrow-up
    2
    ·
    21 hours ago

    Have fun with JS, everyones most consistent and beloved language.

    https://jsisweird.com/

    My favorite part is empty array truthiness. [] is falsy ( [] == true returns false ), but ![] is false. !![] is obviously true. (! is inversion as in all normal languages)