{"id":23065836,"url":"https://github.com/ullaskunder3/functional-js","last_synced_at":"2026-02-18T04:32:24.407Z","repository":{"id":153852834,"uuid":"407538957","full_name":"ullaskunder3/functional-js","owner":"ullaskunder3","description":"...","archived":false,"fork":false,"pushed_at":"2021-09-23T07:04:10.000Z","size":1,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-07T10:51:11.150Z","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/ullaskunder3.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":"2021-09-17T12:51:04.000Z","updated_at":"2022-01-29T07:00:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"cc122f83-707d-4321-8881-ed900f2914f4","html_url":"https://github.com/ullaskunder3/functional-js","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ullaskunder3/functional-js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ullaskunder3%2Ffunctional-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ullaskunder3%2Ffunctional-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ullaskunder3%2Ffunctional-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ullaskunder3%2Ffunctional-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ullaskunder3","download_url":"https://codeload.github.com/ullaskunder3/functional-js/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ullaskunder3%2Ffunctional-js/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29568468,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T04:18:28.490Z","status":"ssl_error","status_checked_at":"2026-02-18T04:13:49.018Z","response_time":162,"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":[],"created_at":"2024-12-16T05:10:12.880Z","updated_at":"2026-02-18T04:32:19.398Z","avatar_url":"https://github.com/ullaskunder3.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Awesome Functional JavaScript\n\n## 01. Why functional programming\n\n## 02. Higher order function\n\n## 03. map, filter, \u0026 reduce\n\n## 03. Curring\n\n## 04. Pure function \u0026 immutability\n\n## 05. Closures\n\n## 06. Function decoration\n\n## 06. Functors\n\n## 06. Promisis\n\n## 06. Recurion\n\n## 06. Streams\n\n## 06. Monad\n\n### 01. Functional programming\n\n- Imperative\n- Declarative\n- Object Oriented\n- __Functional__ :\n- ...\n\nfirst Its one of the programming paradigm\n\nDifference Between Pure and impure function\n\nPure Function is deterministic means output is totally depends on the input\n\n```js\n\nfunction greet(name){\n    return `Hello, ${name}`;\n}\n\ngreet(Ullas); // Hello, Ullas\ngreet(Awesome); // Hello, Awesome\n\n```\n\nImpure Function\n\n```js\nlet name = \"Ullas\"\n\nfunction greet(){\n    console.log(\"Hello, \", name);\n}\ngreet(); // Hello, Ullas\n\nname = \"Awesome\";\ngreet(); //Hello, Awesome\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fullaskunder3%2Ffunctional-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fullaskunder3%2Ffunctional-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fullaskunder3%2Ffunctional-js/lists"}