Git Product home page Git Product logo

drivers-analysis's Introduction

Engineering Problems

This repo contains questions you should be able to solve in a reasonable amount of time. It tests your understanding of JavaScript fundamentals.

You can run the test cases by running

yarn
yarn jest --watch

Or if you use npm

npm install
npm test -- --watch

You can elide the --watch flag to just run tests

If all tests pass, you have successfully solved the questions.

The solution to question 1 should go in src/classifier.js The solution to question 2 should go in src/laundry.js The solution to question 3 should go in src/analysis.js The solution to question 4 should go in src/report.js

Ensure to write tests as necessary for any utility functions that you may create.


Do not delete the node_modules folder in the src folder, it is a hack to get the api files to be absolute.

You need the api module for Question 3-4. See documentation for the api module at api.md

drivers-analysis's People

Contributors

unclejide1 avatar spankie avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.