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.
- Clone the repository
- Install Node.js and NPM of the versions specified in the project root in the
package.jsonfile in theenginessection - Install NPM dependencies by running
npm installin the console - Run the bot by running
npm startin the console
start— Running the application in development modebuild— Building the application in production modegenerate— Generating a file with method descriptions
Project licensed under MIT license. Please read LICENSE file.