const int16array = Int16Array.of('10', '20', '30', '40', '50'); console.log(int16array); // Expected output: Int16Array [10, 20, 30, 40, 50]