const uint16 = Int16Array.from('12345'); console.log(uint16); // Expected output: Int16Array [1, 2, 3, 4, 5]