Skip to content

Commit 25fd00c

Browse files
committed
Added article and video for : Explain how currying and composition work in functional programming.
1 parent 7363fd2 commit 25fd00c

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,22 @@
531531

532532
---
533533

534-
3. Explain how currying and composition work in functional programming.
534+
### 3. Explain how currying and composition work in functional programming.
535+
<details>
536+
<summary><b>Answer</b></summary>
537+
538+
539+
#### Articles
540+
- 📜 [How to Use Currying and Composition in JavaScript](https://www.freecodecamp.org/news/how-to-use-currying-and-composition-in-javascript/)
541+
- 📜 [Real world example of compose function and currying.](https://dev.to/pegahsafaie/real-world-example-of-compose-function-and-currying-3ofl)
542+
543+
#### Videos
544+
- 🎬 [Function Composition - Functional JavaScript](https://www.youtube.com/live/mth5WpEc4Qs?si=ZekpBp0fAfFtA0Iu)
545+
546+
</details>
547+
548+
---
549+
535550
4. What are Web Workers, and how can they improve JavaScript performance?
536551
5. How does lazy loading of scripts enhance web page performance?
537552
6. What is the Event Loop and how does it work in JavaScript?

0 commit comments

Comments
 (0)