{"id":27169165,"url":"https://github.com/codehariom/30-days-of-javascript-leetcode","last_synced_at":"2025-04-09T06:31:32.226Z","repository":{"id":272384110,"uuid":"916417493","full_name":"codehariom/30-Days-of-JavaScript-LeetCode","owner":"codehariom","description":"30 Days of JavaScript LeetCode A challenge to solve LeetCode problems using JavaScript every day for 30 days. 🖥️ Each day includes solutions, explanations, and code comments to enhance understanding. Perfect for improving coding skills, mastering algorithms, and preparing for technical interviews!","archived":false,"fork":false,"pushed_at":"2025-02-15T11:45:58.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-15T12:28:04.063Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codehariom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-14T03:44:05.000Z","updated_at":"2025-02-15T11:46:01.000Z","dependencies_parsed_at":"2025-01-14T04:44:14.628Z","dependency_job_id":"623b891a-2cf9-4ddf-aeee-649be300925d","html_url":"https://github.com/codehariom/30-Days-of-JavaScript-LeetCode","commit_stats":null,"previous_names":["codehariom/30-days-of-javascript-leetcode"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codehariom%2F30-Days-of-JavaScript-LeetCode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codehariom%2F30-Days-of-JavaScript-LeetCode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codehariom%2F30-Days-of-JavaScript-LeetCode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codehariom%2F30-Days-of-JavaScript-LeetCode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codehariom","download_url":"https://codeload.github.com/codehariom/30-Days-of-JavaScript-LeetCode/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247991636,"owners_count":21029741,"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-04-09T06:31:31.535Z","updated_at":"2025-04-09T06:31:32.200Z","avatar_url":"https://github.com/codehariom.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 30-Days-of-JavaScript-LeetCode\n30 Days of JavaScript LeetCode A challenge to solve LeetCode problems using JavaScript every day for 30 days. 🖥️ Each day includes solutions, explanations, and code comments to enhance understanding. Perfect for improving coding skills, mastering algorithms, and preparing for technical interviews!\n\n# Content\n### Day 1:createHelloWorld\n[View Solution](https://github.com/codehariom/30-Days-of-JavaScript-LeetCode/blob/main/Hello%20World%20by%20Function.js)\n### Day 2:Counter\n[View Solution](https://github.com/codehariom/30-Days-of-JavaScript-LeetCode/blob/main/Counter.js)\n### Day 3: To be Or Not To be \n[View Solution](https://github.com/codehariom/30-Days-of-JavaScript-LeetCode/blob/main/To%20Be%20Or%20Not%20To%20Be.js)\n### Day 4: Increment/ decrement/reset \n[View Solution](https://github.com/codehariom/30-Days-of-JavaScript-LeetCode/blob/main/Counter%202.js)\n### Day 5:  Apply Transform Over Each Element in Array\n[View Solution](https://github.com/codehariom/30-Days-of-JavaScript-LeetCode/blob/main/Apply%20Transform%20Over%20Each%20Element%20in%20Array.js)\n### Day 6:  Filter Elements from Array\n[View Solution](https://github.com/codehariom/30-Days-of-JavaScript-LeetCode/blob/main/Filter%20Elements%20from%20Array.js)\n### Day 7:  Array Reduce Transformation\n[View Solution](https://github.com/codehariom/30-Days-of-JavaScript-LeetCode/blob/main/Array%20Reduce%20Transformation.js)\n### Day 8:  Function Compositions\n[View Solution](https://github.com/codehariom/30-Days-of-JavaScript-LeetCode/blob/main/Function%20Composition.js)\n### Day 9:  Return Length of Arguments Passed\n[View Solution](https://github.com/codehariom/30-Days-of-JavaScript-LeetCode/blob/main/Return%20Length%20of%20Arguments%20Passed.js)\n### Day 10:  Allow One Function Call\n[View Solution](https://github.com/codehariom/30-Days-of-JavaScript-LeetCode/blob/main/Allow%20One%20Function%20Call.js)\n### Day 11:  Memoize\n[View Solution](https://github.com/codehariom/30-Days-of-JavaScript-LeetCode/blob/main/Memoize.js)\n### Day 12:Add Two Promises\n[View Solution](https://github.com/codehariom/30-Days-of-JavaScript-LeetCode/blob/main/Add%20Two%20Promises.js)\n### Day 13: Sleep\n[View Solution](https://github.com/codehariom/30-Days-of-JavaScript-LeetCode/blob/main/sleep.js)\n### Day 14: Timeout Cancellation\n[View Solution](https://github.com/codehariom/30-Days-of-JavaScript-LeetCode/blob/main/Timeout%20Cancellation.js)\n### Day 15: Internval Cancellation\n[View Solution](https://github.com/codehariom/30-Days-of-JavaScript-LeetCode/blob/main/Interval%20Cancellation.js)\n### Day 16: Promise Time Limit\n[View Solution](https://github.com/codehariom/30-Days-of-JavaScript-LeetCode/blob/main/Promise%20Time%20Limit.js)\n### Day 17: Cache With Time Limit\n[View Solution](https://github.com/codehariom/30-Days-of-JavaScript-LeetCode/blob/main/Cache%20With%20Time%20Limit.js)\n### Day 18: Debounce\n[View Solution](https://github.com/codehariom/30-Days-of-JavaScript-LeetCode/blob/main/%20Debounce.js)\n### Day 19: Execute Asynchronous Functions in Parallel\n[View Solution](https://github.com/codehariom/30-Days-of-JavaScript-LeetCode/blob/main/Execute%20Asynchronous%20Functions%20in%20Parallel.js)\n### Day 20: Is Object Empty\n[View Solution](https://github.com/codehariom/30-Days-of-JavaScript-LeetCode/blob/main/Is%20Object%20Empty.js)\n### Day 21:  Chunk Array\n[View Solution](https://github.com/codehariom/30-Days-of-JavaScript-LeetCode/blob/main/Chunk%20Array.js)\n### Day 22: Array Prototype Last\n[View Solution](https://github.com/codehariom/30-Days-of-JavaScript-LeetCode/blob/main/Array%20Prototype%20Last.js)\n### Day 23: Group By\n[View Solution](https://github.com/codehariom/30-Days-of-JavaScript-LeetCode/blob/main/Group%20By.js)\n### Day 24:  Sort By\n[View Solution](https://github.com/codehariom/30-Days-of-JavaScript-LeetCode/blob/main/Sort%20By.JS)\n### Day 25: Join Two Arrays by ID\n[View Solution](https://github.com/codehariom/30-Days-of-JavaScript-LeetCode/blob/main/Join%20Two%20Arrays%20by%20ID.js)\n### Day 26: Flatten Deeply Nested Array\n[View Solution](https://github.com/codehariom/30-Days-of-JavaScript-LeetCode/blob/main/Flatten%20Deeply%20Nested%20Array.js)\n### Day 27: Compact Object\n[View Solution](https://github.com/codehariom/30-Days-of-JavaScript-LeetCode/blob/main/Compact%20Object.js)\n### Day 28: Event Emitter\n[View Solution](https://github.com/codehariom/30-Days-of-JavaScript-LeetCode/blob/main/Event%20Emitter.js)\n### Day 29:  Array Wrapper\n[View Solution](https://github.com/codehariom/30-Days-of-JavaScript-LeetCode/blob/main/Array%20Wrapper.js)\n### Day 30: Calculator with Method Chaining\n[View Solution](https://github.com/codehariom/30-Days-of-JavaScript-LeetCode/blob/main/Calculator%20with%20Method%20Chaining.js)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodehariom%2F30-days-of-javascript-leetcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodehariom%2F30-days-of-javascript-leetcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodehariom%2F30-days-of-javascript-leetcode/lists"}