{"id":20003254,"url":"https://github.com/mbrsagor/js-pro","last_synced_at":"2025-07-11T20:02:34.636Z","repository":{"id":111135597,"uuid":"294866489","full_name":"mbrsagor/js-pro","owner":"mbrsagor","description":"Javascript A to Z node.","archived":false,"fork":false,"pushed_at":"2021-05-31T17:42:31.000Z","size":272,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-02T00:26:34.250Z","etag":null,"topics":["data-structures","javascript","javascript-es6","javascript30"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/mbrsagor.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":"2020-09-12T04:02:17.000Z","updated_at":"2022-05-01T08:21:02.000Z","dependencies_parsed_at":"2023-06-02T21:15:23.131Z","dependency_job_id":null,"html_url":"https://github.com/mbrsagor/js-pro","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mbrsagor/js-pro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbrsagor%2Fjs-pro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbrsagor%2Fjs-pro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbrsagor%2Fjs-pro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbrsagor%2Fjs-pro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mbrsagor","download_url":"https://codeload.github.com/mbrsagor/js-pro/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbrsagor%2Fjs-pro/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264890053,"owners_count":23678829,"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":["data-structures","javascript","javascript-es6","javascript30"],"created_at":"2024-11-13T05:24:48.545Z","updated_at":"2025-07-11T20:02:34.604Z","avatar_url":"https://github.com/mbrsagor.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JavaScript-Pro\n\u003e The repo will new javascript professional A to Z guide line.\n\n### Features:\n- ES6\n - Arrow function\n - Class\n - OOP\n - Object/Instance\n - Access modifier\n\n- Functional\n- Function\n- Object\n- Loop\n - For loop\n - While loop\n - Do While loop\n- Module\n- Dom\n- Styleduide\n- File sytem \n- And also there are many other functions and features.\n\n- Other features\n - Factorial numbers\n - Febonic numbers\n - Odd and Event numbers\n - Few problems solved\n\n###### JavaScript `yield` use\n\n```javascript\nfunction* foo(index) {\n  while (index \u003c 2) {\n    yield index;\n    index++;\n  }\n}\n\nconst iterator = foo(0);\n\nconsole.log(iterator.next().value);\n// expected output: 0\n\nconsole.log(iterator.next().value);\n// expected output: 1\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbrsagor%2Fjs-pro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmbrsagor%2Fjs-pro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbrsagor%2Fjs-pro/lists"}