Skip to content

RomanLitsiiuk/lecture_06

Repository files navigation

Lecture 6 task

Prerequisites:

Windows users only: Download and install Git Bash

Install nvm:

Install nodejs:

nvm install 8.11.1

Install yarn:

npm install -g yarn

Installing:

Open terminal:

cd /path/to/lecture_06
yarn install

Run the server

yarn start

Open http://localhost:3000

Run the tests

yarn test

Run eslint:

yarn lint

Workflow:

  • Fork the project
  • Implement required functionality (src/arrayMethods.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_06

About

Array iterational methods

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published