{"id":26245050,"url":"https://github.com/deryaxacar/javascript-exercises","last_synced_at":"2026-04-11T13:34:07.841Z","repository":{"id":271099148,"uuid":"912330505","full_name":"deryaxacar/Javascript-Exercises","owner":"deryaxacar","description":"This project offers 70 JavaScript exercises covering basics like variables, arithmetic, strings, and DOM manipulation for hands-on practice.","archived":false,"fork":false,"pushed_at":"2025-06-15T10:25:02.000Z","size":210,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-01T10:44:42.901Z","etag":null,"topics":["css","html","javascrip-exercises","javascript","javascript-learn","javascript-learning","javascript-library","javascript-programming","javascript-project","javascritp-practices","learning","programming","programming-language","project"],"latest_commit_sha":null,"homepage":"https://github.com/deryaxacar/Javascript-Exercises","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/deryaxacar.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":"2025-01-05T09:14:00.000Z","updated_at":"2025-10-27T10:58:30.000Z","dependencies_parsed_at":"2025-01-05T14:27:51.310Z","dependency_job_id":"537b64e2-690a-4683-8b19-98fce4dcc9cd","html_url":"https://github.com/deryaxacar/Javascript-Exercises","commit_stats":null,"previous_names":["deryaxacar/javascript-exercises"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/deryaxacar/Javascript-Exercises","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deryaxacar%2FJavascript-Exercises","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deryaxacar%2FJavascript-Exercises/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deryaxacar%2FJavascript-Exercises/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deryaxacar%2FJavascript-Exercises/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deryaxacar","download_url":"https://codeload.github.com/deryaxacar/Javascript-Exercises/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deryaxacar%2FJavascript-Exercises/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31682953,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T13:07:20.380Z","status":"ssl_error","status_checked_at":"2026-04-11T13:06:47.903Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["css","html","javascrip-exercises","javascript","javascript-learn","javascript-learning","javascript-library","javascript-programming","javascript-project","javascritp-practices","learning","programming","programming-language","project"],"created_at":"2025-03-13T12:29:43.828Z","updated_at":"2026-04-11T13:34:07.802Z","avatar_url":"https://github.com/deryaxacar.png","language":"JavaScript","readme":"\u003c!-- Project Logo or Image --\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eJavaScript Exercises from Scratch\u003c/h1\u003e\n  \u003ca target=\"blank\"\u003e\u003cimg src=\"https://github.com/deryaxacar/Javascript-Exercises/blob/main/js.png\" height=\"100\" width=\"100\" /\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n**Table of Contents**\n\n- [Ex01 - How to Link JavaScript to an HTML File?](Ex01)\n- [Ex02 - What is the NoScript Tag?](Ex02)\n- [Ex03 - What is the Alert Function?](Ex03)\n- [Ex04 - What is Document.Write?](Ex04)\n- [Ex05 - What is Console.Log?](Ex05)\n- [Ex06 - What is Document.GetElementById?](Ex06)\n- [Ex07 - What is InnerHTML?](Ex07)\n- [Ex08 - What are the Variable Types?](Ex08)\n- [Ex09 - Arithmetic Operators](Ex09)\n- [Ex10 - What is a Constant?](Ex10)\n- [Ex11 - What is the Difference Between Var and Let?](Ex11)\n- [Ex12 - Assignment Operators](Ex12)\n- [Ex13 - Comparison Operators](Ex13)\n- [Ex14 - Increment and Decrement Operators](Ex14)\n- [Ex15 - What is Prompt?](Ex15)\n- [Ex16 - Declaring Multiple Variables](Ex16)\n- [Ex17 - What is TypeOf?](Ex17)\n- [Ex18 - What is the Length Property?](Ex18)\n- [Ex19 - What is the Eval Method?](Ex19)\n- [Ex20 - What is the Trim Method?](Ex20)\n- [Ex21 - What is the Slice Method?](Ex21)\n- [Ex22 - What is the Substring Method?](Ex22)\n- [Ex23 - What is the Repeat Method?](Ex23)\n- [Ex24 - What is the ToString Method?](Ex24)\n- [Ex25 - What is the Number Method?](Ex25)\n- [Ex26 - What is the ValueOf Method?](Ex26)\n- [Ex27 - What is the IndexOf Method?](Ex27)\n- [Ex28 - What is the LastIndexOf Method?](Ex28)\n- [Ex29 - What is the Search Method?](Ex29)\n- [Ex30 - What is the Includes Method?](Ex30)\n- [Ex31 - What is the StartsWith Method?](Ex31)\n- [Ex32 - What is the EndsWith Method?](Ex32)\n- [Ex33 - What is the Match Method?](Ex33)\n- [Ex34 - What is the Replace Method?](Ex34)\n- [Ex35 - What is the Sub Method?](Ex35)\n- [Ex36 - What is the Sup Method?](Ex36)\n- [Ex37 - What is the Big Method?](Ex37)\n- [Ex38 - What is the Small Method?](Ex38)\n- [Ex39 - What is the Bold Method?](Ex39)\n- [Ex40 - What is the Italics Method?](Ex40)\n- [Ex41 - What is the Strike Method?](Ex41)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderyaxacar%2Fjavascript-exercises","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fderyaxacar%2Fjavascript-exercises","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderyaxacar%2Fjavascript-exercises/lists"}