File tree 1 file changed +16
-1
lines changed
1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 531
531
532
532
---
533
533
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
+
535
550
4 . What are Web Workers, and how can they improve JavaScript performance?
536
551
5 . How does lazy loading of scripts enhance web page performance?
537
552
6 . What is the Event Loop and how does it work in JavaScript?
You can’t perform that action at this time.
0 commit comments