I have an array in the second element of the array. I store a boolean value of true or false.
Out of curiosity I thought that if you could use less memory to store those true or false values by using a Uint8 and turning the first bit on or off, but there doesn’t seem to be a Uint8 in JavaScript, why is there a Uint8Array? in JavaScript but not in Uint8?
New contributor
Sleep is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.