A collection of code snippets for various concepts in Functional Prgramming and Frontend/UI Development using Javascript with ES6 standards.
- Clone the repository on your local machine.
- Change working directory to this repository.
- If you do not have node installed on the system, you need to install it first. https://nodejs.org/en/download/
- To run any snippet, open the terminal hit the following command.
node <snippet-dir-name> Example: // To run polyfill-bind snippet node polyfill-bind