Functional Programming Concepts in JavaScript by Adhithi Ravichandran
This repo contains the code snippets that are used in the course Functional Programming Concepts in JavaScript by Adhithi Ravichandran on Pluralsight
Course link:
To install packages run the following command:
npm install
Start server by right clicking on index.html
and clicking on Open Live Server on VS Code.
The /src folder contains the code snippets per module. To run an example, copy any example .js file and paste it to the script.js file. Make sure the live server is running, and you will see the output on the browser.