Dont use Reddit username or Facebook username or anything like that even if it could be cool. That way you dont have to worry even if some log file or error stack trace recorded your username.

  • WDX@feddit.de
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    10 months ago

    Its the String representation of a Object.

    If you open your Browser and hit F12, go to the console and type console.log(""+{}) you get an Object {} converted to a string by joining it with another empty string.