TotoroDes / lecture_10

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lecture 10 task

Prerequisites:

Windows users only: Download and install Git Bash

Install nvm:

Install nodejs:

nvm install 8.11.1

Installing:

Open terminal:

cd /path/to/lecture_10
npm install

Run the tests

npm test

Run eslint:

npm run lint

Workflow:

  • Fork the project
  • Implement required functionality in files:
    • src/bind.js
    • src/measuredExecutionTime.js
  • Run lint
  • Run the tests

ONLY if all tests passed and the code has no eslint errors

Open pull request from your repository to FED-PRO-04-18/lecture_10

About


Languages

Language:JavaScript 100.0%