JavaScript Typed Arrays

Medium
3
1
37.2% Acceptance

In this lab, you will work with JavaScript typed arrays like Uint8Array, Uint16Array, etc. You need to create functions to create, manipulate and perform operations on the typed array objects. Please make sure to use ESM syntax for imports and exports in your code. You will have to export the functions to be tested.