No description
  • JavaScript 100%
Find a file
2016-06-13 21:15:12 -07:00
src Check for invalid closing parentheses 2016-06-13 21:15:12 -07:00
test Fizzbuzz 2016-06-13 18:30:36 -07:00
.gitignore Initial commit 2016-05-24 16:07:40 -07:00
.jsbeautifyrc Initial commit 2016-05-24 16:07:40 -07:00
index.js Add fizzBuzz, add README 2016-06-10 15:39:51 -07:00
package.json Add testing deps 2016-05-24 16:27:44 -07:00
README.md Add fizzBuzz, add README 2016-06-10 15:39:51 -07:00

= Float Programming Test

To submit this test:

  1. Fork this repository to your personal github account
  2. Complete the implementation of each test in the src/ folder
  3. Ensure the included tests pass
  4. Create an issue with the url of your fork