{"id":14036504,"url":"https://github.com/BolajiAyodeji/js-code-snippets","last_synced_at":"2025-07-27T03:32:09.188Z","repository":{"id":112519739,"uuid":"167347125","full_name":"BolajiAyodeji/js-code-snippets","owner":"BolajiAyodeji","description":"Learn basic JavaScript concepts in action. :zap:","archived":false,"fork":false,"pushed_at":"2019-12-03T09:05:05.000Z","size":126,"stargazers_count":81,"open_issues_count":0,"forks_count":45,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-04T00:04:04.570Z","etag":null,"topics":["ecmascript","es6","javascript","snippets-collection"],"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/BolajiAyodeji.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"patreon":"bolajiayodeji"}},"created_at":"2019-01-24T10:13:31.000Z","updated_at":"2024-03-31T14:35:47.000Z","dependencies_parsed_at":"2023-05-15T18:00:33.895Z","dependency_job_id":null,"html_url":"https://github.com/BolajiAyodeji/js-code-snippets","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BolajiAyodeji/js-code-snippets","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BolajiAyodeji%2Fjs-code-snippets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BolajiAyodeji%2Fjs-code-snippets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BolajiAyodeji%2Fjs-code-snippets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BolajiAyodeji%2Fjs-code-snippets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BolajiAyodeji","download_url":"https://codeload.github.com/BolajiAyodeji/js-code-snippets/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BolajiAyodeji%2Fjs-code-snippets/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267294180,"owners_count":24065343,"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","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["ecmascript","es6","javascript","snippets-collection"],"created_at":"2024-08-12T03:01:59.812Z","updated_at":"2025-07-27T03:32:08.841Z","avatar_url":"https://github.com/BolajiAyodeji.png","language":"JavaScript","funding_links":["https://patreon.com/bolajiayodeji"],"categories":["JavaScript"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \n[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors)\n\n# JAVASCRIPT CODE SNIPPETS\n\n[![Pull Requests Welcome](https://img.shields.io/badge/PRs-welcome-red.svg?style=flat)](http://makeapullrequest.com)\n[![first-timers-only Friendly](https://img.shields.io/badge/first--timers--only-friendly-blue.svg)](http://www.firsttimersonly.com/)\n[![Open Source Helpers](https://www.codetriage.com/bolajiayodeji/js-code-snippets/badges/users.svg)](https://www.codetriage.com/bolajiayodeji/js-code-snippets)\n\nLearn basic JavaScript concepts in action. :zap: \u003cbr\u003e\nFor beginners and intermediates!\n\n\u003c/div\u003e\n\n## Contributors Guide\n\n- If you are new to Git and Github, it is advisable you go through\n    [GitHub For Beginners](http://readwrite.com/2013/09/30/understanding-github-a-journey-for-beginners-part-1/)\n    before moving to the next step.\n\n- Fork the Repository [here](https://github.com/BolajiAyodeji/js-code-snippets/fork)\n\n- Clone the forked Repository \u003cbr\u003e\n```git\n$ git clone https://github.com/BolajiAyodeji/js-code-snippets.git\n```\n- Enter the cloned directory \u003cbr\u003e\n```git\ncd js-code-snippets\n```\n\n- Open directory in your Code Editor \u003cbr\u003e\n```git\ncode .\n```\n\n- Add new snippets! \u003cbr\u003e\n    Ensure to add each snippets in the expected folder directory. \u003cbr\u003e\n    If possible, try to show multiples ways of solving the same problem from the less efficient to the most efficient algorithm.\n\n- Push your files \u003cbr\u003e\n```git\n$ git add --all\n$ git commit -m \"commit description here\"\n$ git push -u origin master\n```\n- To keep your fork up to date with the original \u003cbr\u003e\n```git\n$ git add remote upstream https://github.com/BolajiAyodeji/js-code-snippets.git\n$ git fetch upstream\n$ git merge upstream/master\n```\n- Open a Pull Request ( [What is a pull request?](https://yangsu.github.io/pull-request-tutorial/) )\n- Add enough description of what you did, changes you made and if possible screenshots\n- Wait for Review (Your PR would be reviewed and merged if deemed fit)\n\n## Reference\n[CodeWithMosh JavaScript for Beginners Course](https://codewithmosh.com/courses/324741)\n\n## Author\n[Bolaji Ayodeji](https://github.com/BolajiAyodeji)\n\n## Licence\n[MIT](https://opensource.org/licenses/MIT)\n\n## Contributors\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://bolajiayodeji.com\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/30334776?v=4\" width=\"100px;\" alt=\"Bolaji Ayodeji\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eBolaji Ayodeji\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/BolajiAyodeji/js-code-snippets/commits?author=BolajiAyodeji\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://blog.mikeattara.com\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/31483629?v=4\" width=\"100px;\" alt=\"Mike Perry Y Attara\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMike Perry Y Attara\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/BolajiAyodeji/js-code-snippets/commits?author=mikeattara\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/1baga\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/4129853?v=4\" width=\"100px;\" alt=\"Umar Mash\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eUmar Mash\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/BolajiAyodeji/js-code-snippets/commits?author=1baga\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://www.edmundekott.me\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/34253790?v=4\" width=\"100px;\" alt=\"Edmund Ekott\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eEdmund Ekott\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/BolajiAyodeji/js-code-snippets/commits?author=Edmund1645\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://erons.me\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/37238033?v=4\" width=\"100px;\" alt=\"Erons\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eErons\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/BolajiAyodeji/js-code-snippets/commits?author=Eronmmer\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://henryasante.ml\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/30865594?v=4\" width=\"100px;\" alt=\"Henry Asante\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eHenry Asante\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/BolajiAyodeji/js-code-snippets/commits?author=Henry-Asante\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBolajiAyodeji%2Fjs-code-snippets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FBolajiAyodeji%2Fjs-code-snippets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBolajiAyodeji%2Fjs-code-snippets/lists"}