This is generic repository for common functions I need often.
Here is the layout example of node as the enviroment and the code I write for it (as of 12/11/2018)
root
├── node
│ ├── fibonacciSequence
│ │ ├── fibonacci-loop
│ │ ├── README.md - explanation of fibonacci-loop.js
│ │ ├── fibonacci-loop.js - code
│ ├── walkFileSystem
│ ├── README.md - explanation of walk.js
│ ├── walk.js