{"id":16959027,"url":"https://github.com/techeverri/pow","last_synced_at":"2026-02-15T22:02:39.088Z","repository":{"id":42469288,"uuid":"304144955","full_name":"techeverri/pow","owner":"techeverri","description":"Iterative and recursive implementation of the exponentiation function using TypeScript","archived":false,"fork":false,"pushed_at":"2025-03-01T16:03:20.000Z","size":627,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-10T00:42:18.983Z","etag":null,"topics":["interview","jest","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/techeverri.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-10-14T21:58:07.000Z","updated_at":"2024-11-25T05:23:10.000Z","dependencies_parsed_at":"2024-02-01T19:17:36.814Z","dependency_job_id":"3b8be58c-cf52-4a31-a63a-60790a209e1c","html_url":"https://github.com/techeverri/pow","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/techeverri/pow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techeverri%2Fpow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techeverri%2Fpow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techeverri%2Fpow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techeverri%2Fpow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/techeverri","download_url":"https://codeload.github.com/techeverri/pow/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techeverri%2Fpow/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29490360,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T19:29:10.908Z","status":"ssl_error","status_checked_at":"2026-02-15T19:29:10.419Z","response_time":118,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["interview","jest","typescript"],"created_at":"2024-10-13T22:44:07.249Z","updated_at":"2026-02-15T22:02:39.073Z","avatar_url":"https://github.com/techeverri.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Continuous Integration](https://github.com/techeverri/pow/actions/workflows/main.yml/badge.svg)](https://github.com/techeverri/pow/actions/workflows/main.yml)\n\n# Task\n\nThe task is to implement the `pow()` function (aka [exponentiation](https://en.wikipedia.org/wiki/Exponentiation))\n\n## Requirements\n\n- The `pow()` function should return `base` to the `exponent` power\n- You are not allowed to use the built in [`Math.pow()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/pow) or the [exponentiation operator (\\*\\*)](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Exponentiation).\n- The `pow()` function should be properly documented using [JSDoc](https://jsdoc.app/) syntax\n- Add a few unit tests for testing the `pow()` function\n\n## Testing\n\n- Clone the project\n- Install the dependencies `npm install`\n- Run `npm test`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftecheverri%2Fpow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftecheverri%2Fpow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftecheverri%2Fpow/lists"}