{"id":22432317,"url":"https://github.com/normalhuman01/problem-solutions-hackerrank","last_synced_at":"2025-03-27T07:41:58.604Z","repository":{"id":212408101,"uuid":"731426757","full_name":"normalhuman01/problem-solutions-hackerrank","owner":"normalhuman01","description":"solutions for HackerRank challenges","archived":false,"fork":false,"pushed_at":"2023-12-14T04:00:38.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T12:45:35.338Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/normalhuman01.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":"2023-12-14T03:58:32.000Z","updated_at":"2023-12-14T04:01:58.000Z","dependencies_parsed_at":"2023-12-14T05:21:34.983Z","dependency_job_id":"871533f8-8611-4694-8d98-3281242e3fcf","html_url":"https://github.com/normalhuman01/problem-solutions-hackerrank","commit_stats":null,"previous_names":["normalhuman01/problem-solutions-hackerrank"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/normalhuman01%2Fproblem-solutions-hackerrank","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/normalhuman01%2Fproblem-solutions-hackerrank/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/normalhuman01%2Fproblem-solutions-hackerrank/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/normalhuman01%2Fproblem-solutions-hackerrank/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/normalhuman01","download_url":"https://codeload.github.com/normalhuman01/problem-solutions-hackerrank/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245806002,"owners_count":20675291,"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":"2024-12-05T22:11:27.464Z","updated_at":"2025-03-27T07:41:58.576Z","avatar_url":"https://github.com/normalhuman01.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://miro.medium.com/max/672/1*gHLlvTIan-EBAOaypVVcgA.png\" alt=\"HackerRank\" width=500 height=250\u003e\n\u003c/p\u003e\n\n# 10 Days of JS\n\n| Day |                              Challenge                              |     Solution  |                           \n|:-:|:------------------------:|:-------:|\n|  0  | Hello, World! | [Solved](https://github.com/lucasrmagalhaes/solutions-HackerRank/blob/main/10%20Days%20of%20JS/Day%200/Hello%2C%20World/solution.js) |\n|  0  | Data Types | [Solved](https://github.com/lucasrmagalhaes/solutions-HackerRank/blob/main/10%20Days%20of%20JS/Day%200/Data%20Types/solution.js) |\n|  1  | Arithmetic Operators | [Solved](https://github.com/lucasrmagalhaes/solutions-HackerRank/blob/main/10%20Days%20of%20JS/Day%201/Arithmetic%20Operators/solution.js) |\n|  1  | Functions | [Solved](https://github.com/lucasrmagalhaes/solutions-HackerRank/blob/main/10%20Days%20of%20JS/Day%201/Functions%20Challenge/solution.js) |\n|  1  | Let and Const | [Solved](https://github.com/lucasrmagalhaes/solutions-HackerRank/blob/main/10%20Days%20of%20JS/Day%201/Let%20and%20Const/solution.js) |\n|  2  | Conditional Statements: If-Else | [Solved](https://github.com/lucasrmagalhaes/solutions-HackerRank/blob/main/10%20Days%20of%20JS/Day%202/Conditional%20Statements%20-%20If-Else/solution.js) |\n|  2  | Conditional Statements: Switch | [Solved](https://github.com/lucasrmagalhaes/solutions-HackerRank/blob/main/10%20Days%20of%20JS/Day%202/Conditional%20Statements%20-%20Switch/solution.js) |\n|  2  | Loops | [Solved](https://github.com/lucasrmagalhaes/solutions-HackerRank/blob/main/10%20Days%20of%20JS/Day%202/Loops/solution.js) |\n|  3  | Arrays | [Solved](https://github.com/lucasrmagalhaes/solutions-HackerRank/blob/main/10%20Days%20of%20JS/Day%203/Arrays/solution.js) |\n|  3  | Try, Catch, and Finally | [Solved](https://github.com/lucasrmagalhaes/solutions-HackerRank/blob/main/10%20Days%20of%20JS/Day%203/Try%2C%20Catch%2C%20and%20Finally/solution.js) |\n|  3  | Throw | [Solved](https://github.com/lucasrmagalhaes/solutions-HackerRank/blob/main/10%20Days%20of%20JS/Day%203/Throw/solution.js) |\n|  4  | Create a Rectangle Object | [Solved](https://github.com/lucasrmagalhaes/solutions-HackerRank/blob/main/10%20Days%20of%20JS/Day%204/Create%20a%20Rectangle%20Object/solution.js) |\n|  4  | Count Objects | [Solved](https://github.com/lucasrmagalhaes/solutions-HackerRank/blob/main/10%20Days%20of%20JS/Day%204/Count%20Objects/solution.js) |\n|  4  | Classes | [Solved](https://github.com/lucasrmagalhaes/solutions-HackerRank/blob/main/10%20Days%20of%20JS/Day%204/Classes%20Challenge/solution.js) |\n|  5  | Inheritance | [Solved](https://github.com/lucasrmagalhaes/solutions-HackerRank/blob/main/10%20Days%20of%20JS/Day%205/Inheritance/solution.js) |\n|  5  | Template Literals | [Solved](https://github.com/lucasrmagalhaes/solutions-HackerRank/blob/main/10%20Days%20of%20JS/Day%205/Template%20Literals/solution.js) |\n|  5  | Arrow Functions | [Solved](https://github.com/lucasrmagalhaes/solutions-HackerRank/blob/main/10%20Days%20of%20JS/Day%205/Arrow%20Functions%20Challenge/solution.js) |\n|  6  | Bitwise Operators | [Solved](https://github.com/lucasrmagalhaes/solutions-HackerRank/blob/main/10%20Days%20of%20JS/Day%206/Bitwise%20Operators/solution.js) |\n|  6  | JavaScript Dates | [Unsolved](https://github.com/lucasrmagalhaes/solutions-HackerRank/blob/main/10%20Days%20of%20JS/Day%206/JavaScript%20Dates/solution.js) |\n|  7  | Regular Expressions I | [Unsolved]() |\n|  7  | Regular Expressions II | [Unsolved]() |\n|  7  | Regular Expressions III | [Unsolved]() |\n|  8  | Create a Button | [Unsolved]() |\n|  8  | Buttons Container | [Unsolved]() |\n|  9  | Binary Calculator | [Unsolved]() |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnormalhuman01%2Fproblem-solutions-hackerrank","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnormalhuman01%2Fproblem-solutions-hackerrank","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnormalhuman01%2Fproblem-solutions-hackerrank/lists"}