{"id":16785510,"url":"https://github.com/martins-rafael/freecodecamp-javascript-certification","last_synced_at":"2026-02-21T21:33:44.760Z","repository":{"id":117981183,"uuid":"248998908","full_name":"martins-rafael/freeCodeCamp-JavaScript-Certification","owner":"martins-rafael","description":":mortar_board: JavaScript Algorithms and Data Structures Certification by freeCodeCamp.","archived":false,"fork":false,"pushed_at":"2024-02-05T23:21:31.000Z","size":92,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-07T00:42:44.504Z","etag":null,"topics":["challenges","challenges-solved","freecodecamp","javascript","javascript-algorithms","javascript-es6","js"],"latest_commit_sha":null,"homepage":"https://www.freecodecamp.org/learn","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/martins-rafael.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}},"created_at":"2020-03-21T15:00:33.000Z","updated_at":"2023-07-29T16:29:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"b50ea6eb-c9a8-400d-85de-455375bbb195","html_url":"https://github.com/martins-rafael/freeCodeCamp-JavaScript-Certification","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/martins-rafael/freeCodeCamp-JavaScript-Certification","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martins-rafael%2FfreeCodeCamp-JavaScript-Certification","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martins-rafael%2FfreeCodeCamp-JavaScript-Certification/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martins-rafael%2FfreeCodeCamp-JavaScript-Certification/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martins-rafael%2FfreeCodeCamp-JavaScript-Certification/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/martins-rafael","download_url":"https://codeload.github.com/martins-rafael/freeCodeCamp-JavaScript-Certification/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martins-rafael%2FfreeCodeCamp-JavaScript-Certification/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29694209,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T18:18:25.093Z","status":"ssl_error","status_checked_at":"2026-02-21T18:18:22.435Z","response_time":107,"last_error":"SSL_read: 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":["challenges","challenges-solved","freecodecamp","javascript","javascript-algorithms","javascript-es6","js"],"created_at":"2024-10-13T08:09:34.639Z","updated_at":"2026-02-21T21:33:44.728Z","avatar_url":"https://github.com/martins-rafael.png","language":"JavaScript","readme":"\u003ch1 align=\"center\"\u003e\n\u003cbr\u003e\n  \u003cimg src=\"freeCodeCamp-logo.png\" alt=\"freeCodeCamp\" \u003e\n\u003cbr\u003e\n\u003cbr\u003e\nJavaScript Algorithms and Data Structures Certification - freeCodeCamp\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003eMy solutions to the JavaScript Algorithms and Data Structures 300 hours Certification\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/made%20by-Rafael%20Martins-0a0a22?style=flat-square\" alt=\"Made by Rafael Martins\"\u003e\n  \u003cimg alt=\"Repository size\" src=\"https://img.shields.io/github/repo-size/martins-rafael/freeCodeCamp-JavaScript-Algorithms-and-Data-Structures-Certification?color=0a0a22\u0026style=flat-square\"\u003e\n  \u003ca href=\"https://github.com/martins-rafael/freeCodeCamp-JavaScript-Algorithms-and-Data-Structures-Certification/commits/master\"\u003e\n    \u003cimg alt=\"GitHub last commit\" src=\"https://img.shields.io/github/last-commit/martins-rafael/freeCodeCamp-JavaScript-Algorithms-and-Data-Structures-Certification?color=0a0a22\u0026style=flat-square\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://opensource.org/licenses/MIT\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/License-MIT-0a0a22?style=flat-square\" alt=\"License MIT\"\u003e\n  \u003c/a\u003e\n  \u003cimg src=\"https://img.shields.io/badge/status-IN%20PROGRESS-0a0a22?style=flat-square\" alt=\"status\"\u003e\n\u003c/p\u003e\n\n\u003cbr\u003e\n\n## :computer: Courses\n- [Basic JavaScript](01-basic-javascript)\n- [ES6](02-es6)\n- [Regular Expressions](03-regular-expressions)\n- [Debugging](04-debugging)\n- [Basic Data Structures](05-basic-data-structures)\n- [Basic Algorithm Scripting](06-basic-algorithm-scripting)\n- [Object Oriented Programing](07-object-oriented-programing)\n- [Functional Programming](08-functional-programming)\n- [Intermediate Algorithm Scripting](09-intermediate-algorithm-scripting)\n- [JavaScript Algorithms and Data Structures Projects](10-javaScript-algorithms-and-data-structures-projects)\n\n## :memo: License\n\nMIT license. See the [LICENSE](/LICENSE) file for more details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartins-rafael%2Ffreecodecamp-javascript-certification","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmartins-rafael%2Ffreecodecamp-javascript-certification","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartins-rafael%2Ffreecodecamp-javascript-certification/lists"}