Skip to content

denimsocial/denim-js-interview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Denim Social Javascript Interview

DIRECTIONS

Clone this repository locally

  • git clone https://github.com/denimsocial/denim-js-interview.git

Install locally

  • npm install
  • npm run hello (should output Hello, World)

Complete the three functions in index.js as directed in the //comments

Verify satisfactory completion of each function by running the test suites via CLI

  • 1. findHighestFreq() (npm run test1)
  • 2. getPropArr() (npm run test2)
  • 3. sortObjArr() (npm run test3)

Run the full collection of tests with npm run test for final verification

Once completed and all tests are passing:

  • 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

GUIDELINES

  • 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

About

Javascript Interview for Denim Candidates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published