{"id":24870989,"url":"https://github.com/jsexpertcoder/jsmasterclass","last_synced_at":"2026-01-17T12:33:03.612Z","repository":{"id":192723162,"uuid":"464129142","full_name":"JsExpertCoder/JsMasterClass","owner":"JsExpertCoder","description":"Find some JavaScript codes linked to ES6 here! Feel free to explore the files.","archived":false,"fork":false,"pushed_at":"2025-01-11T21:30:26.000Z","size":42,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-10T16:02:43.098Z","etag":null,"topics":[],"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/JsExpertCoder.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":"2022-02-27T12:23:20.000Z","updated_at":"2025-01-11T21:30:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"c7198c32-02d1-435c-bbc3-b2fe82820ad8","html_url":"https://github.com/JsExpertCoder/JsMasterClass","commit_stats":null,"previous_names":["jsexpertcoder/jsmasterclass"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JsExpertCoder/JsMasterClass","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JsExpertCoder%2FJsMasterClass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JsExpertCoder%2FJsMasterClass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JsExpertCoder%2FJsMasterClass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JsExpertCoder%2FJsMasterClass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JsExpertCoder","download_url":"https://codeload.github.com/JsExpertCoder/JsMasterClass/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JsExpertCoder%2FJsMasterClass/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28508464,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T11:50:55.898Z","status":"ssl_error","status_checked_at":"2026-01-17T11:50:55.569Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":"2025-02-01T04:18:59.224Z","updated_at":"2026-01-17T12:33:03.554Z","avatar_url":"https://github.com/JsExpertCoder.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Javascript Masterclass\nFind some JavaScript codes linked to ES6 here! Feel free to explore the files. \u003cbr/\u003e\n## Directory structure:\n\u003cpre\u003e\n└── JsExpertCoder-JsMasterClass/\n    ├── README.md\n    ├── LICENSE\n    ├── exercises.js\n    ├── fatorialJS.js\n    ├── hello world with nodeJS.js\n    ├── array/\n    │   ├── array_accessor_API.js\n    │   ├── array_iterator_API.js\n    │   ├── array_mutator_API.js\n    │   ├── destructuring.js\n    │   ├── for in.js\n    │   └── itarables_and_itarators.js\n    ├── browser/\n    │   ├── BOM(browser object model).js\n    │   ├── events.js\n    │   └── stangerOnMyCode.html\n    ├── exercises/\n    │   ├── DataBaseError.mjs\n    │   ├── Parser.mjs\n    │   ├── database.mjs\n    │   ├── exercises.mjs\n    │   └── fast test.mjs\n    ├── functions/\n    │   ├── arrow-function.js\n    │   └── function.js\n    ├── map, set,  weaks/\n    │   ├── Set.js\n    │   ├── WeakMap.js\n    │   ├── WeakSet.js\n    │   └── map.js\n    ├── modules/\n    │   ├── circle.mjs\n    │   ├── math.mjs\n    │   ├── math2.mjs\n    │   └── modules.mjs\n    ├── objects/\n    │   ├── Object API.js\n    │   ├── call_apply_bind.js\n    │   ├── classes.js\n    │   ├── delete.js\n    │   ├── getter_and_setter.js\n    │   ├── in.js\n    │   ├── new.js\n    │   ├── object Boolean.js\n    │   ├── object Number.js\n    │   ├── object Object.js\n    │   ├── object String.js\n    │   ├── object date.js\n    │   ├── proxy and reflect.js\n    │   └── this.js\n    ├── others/\n    │   ├── JSON.js\n    │   ├── error.js\n    │   ├── instanceof.js\n    │   ├── number_conversion.js\n    │   ├── promises.js\n    │   ├── setTimeOut SetInterval.js\n    │   └── with.js\n    ├── personal scripts/\n    │   ├── ABC_to_charCode.js\n    │   ├── criptoware.js\n    │   └── test.js\n    └── regExp/\n        ├── regExp.js\n        └── validation.js\n\u003c/pre\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsexpertcoder%2Fjsmasterclass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsexpertcoder%2Fjsmasterclass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsexpertcoder%2Fjsmasterclass/lists"}