From 17e183abfa9c277b1a268e2b3180d3466ee8d8b3 Mon Sep 17 00:00:00 2001 From: Anupam Sharma Date: Sun, 3 Aug 2025 23:38:32 +0530 Subject: [PATCH] create topic.txt file --- Topics.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Topics.txt diff --git a/Topics.txt b/Topics.txt new file mode 100644 index 0000000..c0cbaab --- /dev/null +++ b/Topics.txt @@ -0,0 +1,22 @@ +Topics covered through this 30 Days of JavaScript: + +1. Arrays +2. Strings +3. Linked Lists +4. Math / Number Theory +5. Searching & Sorting +6. Promises & Async/Await +7. Function Control / Execution +8. Objects & Prototypes +9. Basic JavaScript Fundamentals +10. Promises +11. Memoization +12. Recursion +13. Debounce +14. Sorting Algorithms +15. Time Complexity +16. Dynamic Programming +17. Trees +18. Greedy Algorithms +19. Array Methods +20. Object Manipulation