JavaScript - Implement a custom isTypedArray() function

In this lab, your task is to create a custom implementation of lodash's _.isTypedArray() function without using lodash. Your implementation should work similarly to lodash's isTypedArray().\n\nYour implementation should work with normal arrays as well as typed arrays like Int8Array, Uint8Array, etc.\n\nYou also need to write some unit tests for the custom isTypedArray() function using Node.js' built-in assert module.

Adding your container request
Getting your dedicated container
Connecting to your container
Setting up your editor
Finalizing your playground
TerminalEditorBrowser