``` js new Buffer('x', 'hex') // TypeError: Invalid hex string ``` ``` js new Buffer('xx', 'hex') // <Buffer > ``` This seems confusing