-
git clone https://github.com/denimsocial/denim-js-interview.git
-
npm install
-
npm run hello
(should outputHello, World
)
- 1.
findHighestFreq()
(npm run test1
) - 2.
getPropArr()
(npm run test2
) - 3.
sortObjArr()
(npm run test3
)
- 1. Create a public git repository on your personal account called
<YOUR-FIRST-NAME>-js-interview
- 2. Add your repo as a remote origin to the local version you just worked on
- 3. Add all files and commit your local branch to the remote repo with a relevant commit message
- Completion is primary goal - pass all tests and don't worry about edge cases or optimization
- If there are any bugs in the tests, identify and fix them
- Use any and every web resource you would in your daily programming
- Collaboration with a Denim Engineer is allowed and preferred
- Use of ES6 syntax/features preferred but not required