Skip to content

Commit ee224ea

Browse files
committed
Added article and video for Describe the concept of memoization in JavaScript.
1 parent a761eeb commit ee224ea

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,24 @@
496496

497497
## Advanced JavaScript
498498

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+
500517
2. What is functional programming, and how can it be applied in JavaScript?
501518
3. Explain how currying and composition work in functional programming.
502519
4. What are Web Workers, and how can they improve JavaScript performance?

0 commit comments

Comments
 (0)