This repo store questions and some test cases for interview at Monkeyeveryday
Write the code to solve problems and pass all test conditions.
Your machine must have Node, npm and yarn to run this project. If you already install npm run below command to install yarn
npm install --global yarn
- Clone the repo
git clone https://github.com/monkey-monkey/interview.git
- Install packages
yarn
- Run typescript/test files
yarn test:<test-name>
Distributed under the MIT License. See LICENSE
for more information.