{"id":20020887,"url":"https://github.com/morrismagic/reversealgo","last_synced_at":"2026-03-06T15:02:46.886Z","repository":{"id":257812756,"uuid":"859341514","full_name":"MorrisMagic/reverseAlgo","owner":"MorrisMagic","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-18T13:56:33.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-12T16:13:16.113Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/MorrisMagic.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":"2024-09-18T13:56:03.000Z","updated_at":"2024-09-18T13:56:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"00289ed5-4d70-44f2-82a8-42289ce983a4","html_url":"https://github.com/MorrisMagic/reverseAlgo","commit_stats":null,"previous_names":["morrismagic/reversealgo"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MorrisMagic%2FreverseAlgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MorrisMagic%2FreverseAlgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MorrisMagic%2FreverseAlgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MorrisMagic%2FreverseAlgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MorrisMagic","download_url":"https://codeload.github.com/MorrisMagic/reverseAlgo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241454529,"owners_count":19965405,"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-11-13T08:34:38.162Z","updated_at":"2025-03-02T03:33:29.423Z","avatar_url":"https://github.com/MorrisMagic.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"//1  Leap Year Checker:\n/*\nfunction years(year) {\n    if ((year % 4 === 0 \u0026\u0026 year % 100 !== 0) || (year % 400 === 0)) {\n        return true;\n    } else {\n        return false;\n    }\n}\nconst year = console.log((\"Enter a year:\"));\nif (years(year)) {\n    console.log(`${year} is a leap year.`);\n} else {\n    console.log(`${year} is not a leap year.`);\n}*/\n\n//2  Ticket Pricing\n\n/*\nfunction getTicketPrice(age) {\n    if (age \u003c= 12) {\n        return 10;\n    } else if (age \u003e= 13 \u0026\u0026 age \u003c= 17) {\n        return 15;\n    } else {\n        return 20;\n    }\n}\nconst age = parseInt(prompt(\"Enter your age:\"));\nconst price = getTicketPrice(age);\nconsole.log(\"The price of Ticket is :\"+price+(\" $\"));*/\n\n\n//3 Fibonacci Sequence\n/*\nfunction fibonacci(n) {\n    if (n \u003c= 1) {\n        return n;\n    } else {\n        return fibonacci(n - 1) + fibonacci(n - 2);\n    }\n}\nconsole.log(fibonacci(20));*/\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorrismagic%2Freversealgo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmorrismagic%2Freversealgo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorrismagic%2Freversealgo/lists"}