Skip to content

TotoroDes/lecture_10

 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%