Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 970 Bytes

File metadata and controls

25 lines (16 loc) · 970 Bytes

Lodash quiz

Website: htmlhero.github.io/lodash-quiz

Do you also often remember that such a method existed in Lodash only after you've written your own implementation? This quiz aims to solve this problem by memorizing Lodash methods in a fun way.

You will be presented with 20 method descriptions and four possible names. Guess which method matches each description.

Local launch

  1. Clone the repository
  2. Install Node.js and NPM of the versions specified in the project root in the package.json file in the engines section
  3. Install NPM dependencies by running npm install in the console
  4. Run the bot by running npm start in the console

NPM-scripts

  • start — Running the application in development mode
  • build — Building the application in production mode
  • generate — Generating a file with method descriptions

License

Project licensed under MIT license. Please read LICENSE file.