I have a lot of numbers between 0 and 255, and I would like to store them in an array. Uint8array would be the best, but I have no idea how to use it, and I can't find anything useful tutorials about it. And once they are stored in the array, how to modify/delete them, or add some new element?
https://developer.mozilla.org/en-US/docs/JavaScript/Typed_arrays/Uint8Array
Surprisingly, "Uint8array javascript" has lots of interesting results about this.