rem’s avatarrem’s Twitter Archive—№ 67,205

  1. Ever since I started using typed arrays seriously in JavaScript, I'm constantly hunting around for the right data type for my variables, then remember they're just buckets (num, string…um, object). eg. I have 1 bit. Where should I store that? In a num? Uint8Array(1)? etc…