We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
It'd be nice if stringify([0,0,0,0], 'hex') yielded '#0000' instead of '#000'.
stringify([0,0,0,0], 'hex')
'#0000'
'#000'