# functional-light-v3 **Repository Path**: sigcc/functional-light-v3 ## Basic Information - **Project Name**: functional-light-v3 - **Description**: clone https://github.com/omaratta212/functional-light-v3 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-18 - **Last Updated**: 2022-02-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Functional light JavaScript course exercises ## Repo Structure ``` functional-light-v3 └── / └── README.md // Exercise requirements and description └── ex.js // Initial starter code └── ex.fixed.js // Exercise code fixed (By Kyle Simpson) └── ex.after.js // Exercise code fixed (My Abroach) └── ** // Some exercises contain a library or Html files ``` ## Related Resources * [Functional light JavaScript course on frontend masters](https://frontendmasters.com/courses/functional-javascript-v3/) * [Functional-Light-JS book by kyle Simpson on GitHub](https://github.com/getify/Functional-Light-JS) * [Anjana Vakil — Functional Programming in JS: What? Why? How?](https://www.youtube.com/watch?v=qtsbZarFzm8) * [Great eye-opener talk about lambda calculus and it's applications in FP](https://github.com/glebec/lambda-talk)