{"id":20980251,"url":"https://github.com/ali-sdg90/learning-js-","last_synced_at":"2025-10-09T12:10:03.047Z","repository":{"id":142140263,"uuid":"563357878","full_name":"Ali-Sdg90/Learning-JS-","owner":"Ali-Sdg90","description":"Learning JS :3","archived":false,"fork":false,"pushed_at":"2024-04-22T18:35:37.000Z","size":532,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-20T03:21:45.001Z","etag":null,"topics":["javascript","learning-js"],"latest_commit_sha":null,"homepage":"https://ali-sdg90.github.io/Learning-JS-/","language":"HTML","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/Ali-Sdg90.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":"2022-11-08T12:57:33.000Z","updated_at":"2024-03-29T12:16:41.000Z","dependencies_parsed_at":"2024-04-13T10:26:14.720Z","dependency_job_id":"55c8c438-dea5-4d9b-b025-f44b7b65ec70","html_url":"https://github.com/Ali-Sdg90/Learning-JS-","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ali-Sdg90/Learning-JS-","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ali-Sdg90%2FLearning-JS-","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ali-Sdg90%2FLearning-JS-/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ali-Sdg90%2FLearning-JS-/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ali-Sdg90%2FLearning-JS-/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ali-Sdg90","download_url":"https://codeload.github.com/Ali-Sdg90/Learning-JS-/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ali-Sdg90%2FLearning-JS-/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001439,"owners_count":26083078,"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-10-09T02:00:07.460Z","response_time":59,"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":["javascript","learning-js"],"created_at":"2024-11-19T05:17:31.100Z","updated_at":"2025-10-09T12:10:03.032Z","avatar_url":"https://github.com/Ali-Sdg90.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003eLearning JS 🚀\u003c/h1\u003e\n\u003cp\u003e\n    Welcome to the Learning JS repository! This repository is designed to help\n    you learn JavaScript from scratch. It includes examples for each concept and\n    aims to consolidate various JavaScript concepts on a single page.\n\u003c/p\u003e\n\u003ch2\u003eTable of Contents\u003c/h2\u003e\n\u003cul\u003e\n    \u003cli\u003e\n        \u003ca\n            href=\"https://github.com/Ali-Sdg90/Learning-JS-/tree/main/JS%20codes\"\n            target=\"_new\"\n            \u003eJS codes\u003c/a\n        \u003e\n    \u003c/li\u003e\n    \u003cli\u003e\n        \u003ca\n            href=\"https://github.com/Ali-Sdg90/Learning-JS-/tree/main/http\"\n            target=\"_new\"\n            \u003ehttps\u003c/a\n        \u003e\n    \u003c/li\u003e\n    \u003cli\u003e\n        \u003ca\n            href=\"https://github.com/Ali-Sdg90/Learning-JS-/tree/main/knockout.js\"\n            target=\"_new\"\n            \u003eKnockout.js\u003c/a\n        \u003e\n    \u003c/li\u003e\n    \u003cli\u003e\n        \u003ca\n            href=\"https://github.com/Ali-Sdg90/Learning-JS-/tree/main/madules\"\n            target=\"_new\"\n            \u003emodules\u003c/a\n        \u003e\n    \u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eJS codes\u003c/h2\u003e\n\u003cp\u003e\n    The \u003ccode\u003eJS codes\u003c/code\u003e folder serves as a playground for JavaScript. It\n    contains my personal learning progress and experimentation with JavaScript.\n    Here, you'll find examples, exercises, and projects that demonstrate\n    different JavaScript concepts. Feel free to explore the code and experiment\n    on your own!\n\u003c/p\u003e\n\u003ch2\u003ehttps\u003c/h2\u003e\n\u003cp\u003e\n    The \u003ccode\u003ehttps\u003c/code\u003e folder focuses on learning how to send and receive\n    data from servers using HTTPS.\n\u003c/p\u003e\n\u003ch2\u003eKnockout.js\u003c/h2\u003e\n\u003cp\u003e\n    In the \u003ccode\u003eKnockout.js\u003c/code\u003e folder, you will find a comprehensive\n    learning resource for Knockout.js. Each concept is explained with clear code\n    examples, comments, and detailed explanations. Whether you're new to\n    Knockout.js or looking to expand your knowledge, this folder is perfect for\n    you. Dive in and witness the power of Knockout.js!\n\u003c/p\u003e\n\u003ch2\u003emodules\u003c/h2\u003e\n\u003cp\u003e\n    The \u003ccode\u003emodules\u003c/code\u003e folder is dedicated to learning JavaScript modules\n    and their usage. It covers topics like module syntax, importing and\n    exporting, and how to structure your code using modules.\n\u003c/p\u003e\n\u003chr /\u003e\n\u003cp\u003e\n    I hope you find this repository helpful and enjoy learning JavaScript with\n    the examples provided. If you have any questions or suggestions, feel free\n    to reach out. Happy coding! 🌟\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fali-sdg90%2Flearning-js-","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fali-sdg90%2Flearning-js-","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fali-sdg90%2Flearning-js-/lists"}