/fizzbuzz

classic js fizzbuzz

Primary LanguageJavaScript

fizzbuzz

  1. Clone repo (git clone git@github.com:reergymerej/fizzbuzz.git)
  2. Install deps (yarn or npm i)
  3. Start tests (yarn test --watch or npm test -- --watch)
  4. Update src/index.js until the tests pass.