1.0.1 • Published 9 years ago
jean-lescure-gorilla-logic-test v1.0.1
My test for Gorilla Logic's Senior Node.js Developer
Instructions
- Create a new
npmpackage with the naming convention 'your-name-your-lastname-gorilla-logic-test'. - The package should run a file called
main.jsonnpm start. - The package should have
lodashwithin its dependencies. - When run using
npm start, the package should be allowed to receive an indefinite number of arguments and sort them in descending order usinglodashand it should print the resulting array in the terminal. - Within
main.js, write a function calledmy_own_original_function, impress us with your JS skills, the function can be as simple or as complex as you wish, but it must return a string. - If we run the command
npm run moofwe should get the resulting string ofmy_own_original_function.