This project is the Arlo Practical Test written in JS with Jest as the Testing Engine.
Installing Node.js via package manager: https://nodejs.org/en/download/package-manager/
or
Download and Install Node.js: https://nodejs.org/en/download/
In the project root directory, run:
npm install
You are recommended to open and develop the project by Visual Studio Code (https://code.visualstudio.com/).
You can view the implmenaton detail and test the apply() function in the IDE console with Code Runner (https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner) installed.
In the project root directory, run:
npm run test