This commit is contained in:
2018-06-04 21:02:05 +02:00
parent 33e378fcd1
commit fd0ea53218
4 changed files with 19 additions and 7 deletions

View File

@@ -1,4 +1,6 @@
# nothing
A WIP implementation of Tom Stuarts [Programming with Nothing](https://www.youtube.com/watch?v=VUhlNx_-wYk)
challenge in ES6. I got to factorial, and will try to do the whole thing soon.
Am implementation of Tom Stuarts [Programming with Nothing](https://www.youtube.com/watch?v=VUhlNx_-wYk)
challenge in ES6.
Look at [`example.js`](/example.js) if you want to see the thing in action.