Device.prototype.brand
The read-only brand property of the Device interface is
either a string stating the brand of the device, which can be different from the manufacturer of that device.
If no brand is known, the value will be null.
Value
Either a string value if a brand is known, otherwise null.