Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 227 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 227 Bytes

A demonstration project for FizzBuzz interview exercise.

This helps demonstrating a basic js setup with following key notions:

  • git
  • npm
  • project architecture (src/ and test/ directories)
  • class
  • unit test
  • code linting