Regular JavaScript arrays hold any data type. This makes them slow for large data sets. Typed arrays store only numbers of a fixed size. You pick the size and type when you create them. Why use them? ...