{"id":25121602,"url":"https://github.com/devradheee/30__days-of-javascript-leetcode","last_synced_at":"2025-12-31T14:14:08.526Z","repository":{"id":215598710,"uuid":"739335320","full_name":"devradheee/30__days-of-javascript-LeetCode","owner":"devradheee","description":"Welcome to the LeetCode 30 Days JavaScript Solution Repository!.....","archived":false,"fork":false,"pushed_at":"2024-01-22T18:52:49.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T15:43:30.826Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devradheee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2024-01-05T10:16:32.000Z","updated_at":"2024-01-12T06:36:51.000Z","dependencies_parsed_at":"2024-01-05T11:44:45.883Z","dependency_job_id":"a44e9523-57d5-49c0-8fd7-64015b9a3ac0","html_url":"https://github.com/devradheee/30__days-of-javascript-LeetCode","commit_stats":null,"previous_names":["devradheee/30-days-of-javascript---leetcode-","devradheee/30__days-of-javascript-leetcode"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devradheee/30__days-of-javascript-LeetCode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devradheee%2F30__days-of-javascript-LeetCode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devradheee%2F30__days-of-javascript-LeetCode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devradheee%2F30__days-of-javascript-LeetCode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devradheee%2F30__days-of-javascript-LeetCode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devradheee","download_url":"https://codeload.github.com/devradheee/30__days-of-javascript-LeetCode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devradheee%2F30__days-of-javascript-LeetCode/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265866282,"owners_count":23840938,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-08T06:32:10.349Z","updated_at":"2025-12-31T14:14:08.483Z","avatar_url":"https://github.com/devradheee.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 30__days-of-javascript-LeetCode\nWelcome to the LeetCode 30 Days JavaScript Solution Repository!.....\n# LeetCode 30 Days of JavaScript\n\nWelcome to the LeetCode 30 Days JavaScript Solution Repository! In this repository, you will find JavaScript solutions to the LeetCode 30-Day Challenge problems. This collection of solutions is designed to help you enhance your problem-solving skills, improve your algorithmic thinking, and become a better programmer.\n\n## Table of Contents\n\n1. [Introduction](#introduction)\n2. [Usage](#usage)\n3. [Problem List](#problem-list)\n5. [License](#license)\n\n## Introduction\n\nThe LeetCode 30-Day Challenge is a great opportunity to challenge yourself with a variety of coding problems that cover different concepts and algorithms. This repository aims to provide clear and concise JavaScript solutions for each day's challenge, along with explanations and relevant resources.\n\n## Usage\n\nTo make the most out of this repository:\n\n1. Clone the repository to your local machine using the following command:\n   ```bash\n   git clone https://github.com/devradheee/30__days-of-javascript-LeetCode\n   ```\n\n2. Navigate to the cloned repository:\n     ```bash\n     cd Leetcode-30-days-of-Javascript\n     ```\n\n## Problem List\n| S. No. | Problem Name | Problem No. | Problem Link | Problem Level | \n| ------ | ------------ | ----------- | ------------ | ------------- | \n| 1 | Create Hello World Function | 2667 |[Link](https://leetcode.com/problems/create-hello-world-function/?envType=study-plan-v2\u0026envId=30-days-of-javascript) | Easy | \n| 2 | Counter | 2620 | [Link](https://leetcode.com/problems/counter/?envType=study-plan-v2\u0026envId=30-days-of-javascript) | Easy | \n| 3 | To Be Or Not To Be | 2704 | [Link](https://leetcode.com/problems/to-be-or-not-to-be/?envType=study-plan-v2\u0026envId=30-days-of-javascript) | Easy | \n| 4 | Counter II | 2665 | [Link](https://leetcode.com/problems/counter-ii/?envType=study-plan-v2\u0026envId=30-days-of-javascript) | Easy | \n| 5 | Apply Transform Over Each Element in Array | 2635 | [Link](https://leetcode.com/problems/apply-transform-over-each-element-in-array/?envType=study-plan-v2\u0026envId=30-days-of-javascript) | Easy | \n| 6 | Filter Elements from Array | 2634 | [Link](https://leetcode.com/problems/filter-elements-from-array/) | Easy | \n| 7 | Array Reduce Transformation | 2626 | [Link](https://leetcode.com/problems/array-reduce-transformation/) | Easy | \n| 8 | Function Composition | 2629 | [Link](https://leetcode.com/problems/function-composition/) | Easy |\n| 9 | Return Length of Arguments Passed | 2703 | [Link](https://leetcode.com/problems/return-length-of-arguments-passed/) | Easy | \n| 10 | Allow One Function Call | 2666 | [Link](https://leetcode.com/problems/allow-one-function-call/) | Easy | \n| 11 | Memoize | 2623 | [Link](https://leetcode.com/problems/memoize/) | Medium | \n| 12 | Add Two Promises | 2723 | [Link](https://leetcode.com/problems/add-two-promises/?envType=study-plan-v2\u0026envId=30-days-of-javascript) | Easy | \n| 13 | Sleep | 2621 | [Link](https://leetcode.com/problems/sleep/) | Easy | \n| 14 | Timeout Cancellation | 2715 | [Link](https://leetcode.com/problems/timeout-cancellation/) | Easy | \n| 15 | Interval Cancellation | 2725 | [Link](https://leetcode.com/problems/interval-cancellation/) | Easy | \n| 16 | Promise Time Limit | 2637 | [Link](https://leetcode.com/problems/promise-time-limit/) | Easy | \n| 17 | Cache With Time Limit | 2622 | [Link](https://leetcode.com/problems/cache-with-time-limit/) | Medium | \n| 18 | Debounce | 2627 | [Link](https://leetcode.com/problems/debounce/) | Medium | \n| 19 | Execute Asynchronous Functions in Parallel | 2721 | [Link](https://leetcode.com/problems/execute-asynchronous-functions-in-parallel/) | Medium | \n| 20 | Is Object Empty | 2727 | [Link](https://leetcode.com/problems/is-object-empty/) | Easy | \n| 21 | Chunk Array | 2677 | [Link](https://leetcode.com/problems/chunk-array/) | Easy | \n| 22 | Array Prototype Last | 2619 | [Link](https://leetcode.com/problems/array-prototype-last/) | Easy | \n| 23 | Group By | 2631 | [Link](https://leetcode.com/problems/group-by/) | Medium | \n| 24 | Sort By | 2724 | [Link](https://leetcode.com/problems/sort-by/) | Easy | \n| 25 | Join Two Arrays by ID | 2722 | [Link](https://leetcode.com/problems/join-two-arrays-by-id/) | Medium | \n| 26 | Flatten Deeply Nested Array | 2625 | [Link](https://leetcode.com/problems/flatten-deeply-nested-array/) | Medium | \n| 27 | Compact Object | 2705 | [Link](https://leetcode.com/problems/compact-object/) | Medium | \n| 28 | Event Emitter | 2694 | [Link](https://leetcode.com/problems/event-emitter/) | Medium | \n| 29 | Array Wrapper | 2695 | [Link](https://leetcode.com/problems/array-wrapper/) | Easy | \n| 30 | Calculator with Method Chaining | 2726 | [Link](https://leetcode.com/problems/calculator-with-method-chaining/) | Easy |\n\n## License\nThis repository is licensed under the `MIT License`.\n\n_Happy coding and best of luck with your LeetCode 30-Day Challenge journey! If you find this repository helpful, consider giving it a ⭐ to show your support. If you have any questions or suggestions, feel free to reach out. Let's grow and learn together!_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevradheee%2F30__days-of-javascript-leetcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevradheee%2F30__days-of-javascript-leetcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevradheee%2F30__days-of-javascript-leetcode/lists"}