File tree 1 file changed +18
-1
lines changed
1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 496
496
497
497
## Advanced JavaScript
498
498
499
- 1 . Describe the concept of memoization in JavaScript.
499
+ ### 1. Describe the concept of memoization in JavaScript.
500
+ <details >
501
+ <summary ><b >Answer</b ></summary >
502
+
503
+
504
+ #### Articles
505
+ - 📜 [ What is Memoization? How and When to Memoize in JavaScript and React] ( https://www.freecodecamp.org/news/memoization-in-javascript-and-react/ )
506
+ - 📜 [ JavaScript Memoization] ( https://www.geeksforgeeks.org/javascript-memoization/ )
507
+ - 📜 [ Memoization in Javascript] ( https://dev.to/anishkumar/memoizing-fetch-api-calls-in-javascript-1d16 )
508
+
509
+ #### Videos
510
+ - 🎬 [ Memoization and How to Memoize | Javascript Memoization Tutorial] ( https://youtu.be/TWUV_LRVX24?si=PhDvpdUi7EhBnuyV )
511
+ - 🎬 [ Memoization And Dynamic Programming Explained] ( https://youtu.be/WbwP4w6TpCk?si=DF2pbqt8RCg-wB3P )
512
+
513
+ </details >
514
+
515
+ ---
516
+
500
517
2 . What is functional programming, and how can it be applied in JavaScript?
501
518
3 . Explain how currying and composition work in functional programming.
502
519
4 . What are Web Workers, and how can they improve JavaScript performance?
You can’t perform that action at this time.
0 commit comments